From: Fabio Estevam Date: Wed, 28 Aug 2024 20:02:54 +0000 (-0300) Subject: ARM: dts: imx28-apx4devkit: Fix the rtc compatible X-Git-Tag: v6.13-rc1~140^2~27^2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44fc97d2f86fdd8d6384b87b3e9c29fa10c49fdd;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx28-apx4devkit: Fix the rtc compatible "phg,pcf8563" is not a valid compatible string. Use the documented ""nxp,pcf8563" instead. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts b/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts index 4c4ea91c286f9..0d845ca81e899 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts @@ -116,7 +116,7 @@ }; pcf8563: rtc@51 { - compatible = "phg,pcf8563"; + compatible = "nxp,pcf8563"; reg = <0x51>; }; };