]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx28-apx4devkit: Fix the rtc compatible
authorFabio Estevam <festevam@denx.de>
Wed, 28 Aug 2024 20:02:54 +0000 (17:02 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 8 Oct 2024 09:07:10 +0000 (17:07 +0800)
"phg,pcf8563" is not a valid compatible string.

Use the documented ""nxp,pcf8563" instead.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts

index 4c4ea91c286f954b0a2e6d811746ac57584f2b40..0d845ca81e8996edf4b07a798dac16fcce19215b 100644 (file)
        };
 
        pcf8563: rtc@51 {
-               compatible = "phg,pcf8563";
+               compatible = "nxp,pcf8563";
                reg = <0x51>;
        };
 };