]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/fsl-lsch3/fdt.c
armv8/fsl-lsch3: Use correct compatible for serial clock fixup
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / fsl-lsch3 / fdt.c
index 7eb9b6aa4bb8c2a952ccddc433c9cec50d54a35c..42c5b58d9a016f38aa57c74b1214946cc5a4c7f2 100644 (file)
@@ -62,7 +62,7 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 #endif
 
 #ifdef CONFIG_SYS_NS16550
-       do_fixup_by_compat_u32(blob, "ns16550",
+       do_fixup_by_compat_u32(blob, "fsl,ns16550",
                               "clock-frequency", CONFIG_SYS_NS16550_CLK, 1);
 #endif
 }