summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-08-28 17:02:54 -0300
committerShawn Guo <shawnguo@kernel.org>2024-10-08 17:07:10 +0800
commit44fc97d2f86fdd8d6384b87b3e9c29fa10c49fdd (patch)
tree96d74de29bd40b7e285150e36a18ef903a2da43c
parente7b981e3281fb4eb16387ebc5c303389586acf92 (diff)
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>
-rw-r--r--arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts b/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts
index 4c4ea91c286f..0d845ca81e89 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>;
};
};