|
@@ -403,6 +403,11 @@ void ft_cpu_setup(void *blob, bd_t *bd)
|
|
|
"clock-frequency", bd->bi_brgfreq, 1);
|
|
|
#endif
|
|
|
|
|
|
+#ifdef CONFIG_FSL_CORENET
|
|
|
+ do_fixup_by_compat_u32(blob, "fsl,qoriq-clockgen-1.0",
|
|
|
+ "clock-frequency", CONFIG_SYS_CLK_FREQ, 1);
|
|
|
+#endif
|
|
|
+
|
|
|
fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
|
|
|
|
|
|
#ifdef CONFIG_MP
|