[U-Boot] [PATCH][v1] ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
Dipen Dudhat
dipen.dudhat at freescale.com
Wed Sep 2 07:55:08 CEST 2009
Signed-off-by: Dipen Dudhat <dipen.dudhat at freescale.com>
Acked-by: Kumar Gala <galak at kernel.crashing.org>
---
- applies on http://git.denx.de/u-boot-mpc85xx.git branch->next
cpu/mpc85xx/fdt.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/fdt.c
index 53b184f..73886bd 100644
--- a/cpu/mpc85xx/fdt.c
+++ b/cpu/mpc85xx/fdt.c
@@ -352,4 +352,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)
ft_fixup_num_cores(blob);
ft_fixup_cache(blob);
+
+#if defined(CONFIG_FSL_ESDHC)
+ fdt_fixup_esdhc(blob, bd);
+#endif
}
--
1.5.6.3
More information about the U-Boot
mailing list