]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
85xx: Change clock-frequency compatible to 2.0
authorAndy Fleming <afleming@freescale.com>
Mon, 17 Jun 2013 20:10:28 +0000 (15:10 -0500)
committerAndy Fleming <afleming@freescale.com>
Thu, 20 Jun 2013 18:51:04 +0000 (13:51 -0500)
Accidentally applied an earlier version of the patch, which set
the compatible to "fsl,qoriq-clockgen-2", lacking the final
".0".

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
arch/powerpc/cpu/mpc85xx/fdt.c

index 288f7b28603641470d2464d8bea4f9397dd6685f..bb95f3d5008ce1a355e19b97afc1f9f1706e1f86 100644 (file)
@@ -663,7 +663,7 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 #ifdef CONFIG_FSL_CORENET
        do_fixup_by_compat_u32(blob, "fsl,qoriq-clockgen-1.0",
                "clock-frequency", CONFIG_SYS_CLK_FREQ, 1);
-       do_fixup_by_compat_u32(blob, "fsl,qoriq-clockgen-2",
+       do_fixup_by_compat_u32(blob, "fsl,qoriq-clockgen-2.0",
                "clock-frequency", CONFIG_SYS_CLK_FREQ, 1);
        do_fixup_by_compat_u32(blob, "fsl,mpic",
                "clock-frequency", get_bus_freq(0)/2, 1);