[U-Boot-Users] [PATCH] mpc85xx: add qe brg freq and correct qe bus freq fdt update code
Kim Phillips
kim.phillips at freescale.com
Wed Jan 9 23:36:45 CET 2008
Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
---
cpu/mpc85xx/fdt.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/fdt.c
index 737a6c4..94d673f 100644
--- a/cpu/mpc85xx/fdt.c
+++ b/cpu/mpc85xx/fdt.c
@@ -43,8 +43,10 @@ void ft_cpu_setup(void *blob, bd_t *bd)
do_fixup_by_prop_u32(blob, "device_type", "soc", 4,
"bus-frequency", bd->bi_busfreq, 1);
#ifdef CONFIG_QE
- do_fixup_by_prop_u32(blob, "device_type", "soc", 4,
+ do_fixup_by_prop_u32(blob, "device_type", "qe", 4,
"bus-frequency", bd->bi_busfreq, 1);
+ do_fixup_by_prop_u32(blob, "device_type", "qe", 4,
+ "brg-frequency", bd->bi_busfreq / 2, 1);
#endif
#ifdef CFG_NS16550
--
1.5.4.rc0.36.g7680
More information about the U-Boot
mailing list