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 <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam
2024-08-28 17:02:54 -03:00
committed by Shawn Guo
parent e7b981e328
commit 44fc97d2f8

View File

@@ -116,7 +116,7 @@ sgtl5000: codec@a {
};
pcf8563: rtc@51 {
compatible = "phg,pcf8563";
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};