diff options
author | 2024-08-28 17:02:54 -0300 | |
---|---|---|
committer | 2024-10-08 17:07:10 +0800 | |
commit | 44fc97d2f86fdd8d6384b87b3e9c29fa10c49fdd (patch) | |
tree | 96d74de29bd40b7e285150e36a18ef903a2da43c | |
parent | ARM: dts: imx6qdl-mba6: Add reserved memory area for CMA memory (diff) | |
download | wireguard-linux-44fc97d2f86fdd8d6384b87b3e9c29fa10c49fdd.tar.xz wireguard-linux-44fc97d2f86fdd8d6384b87b3e9c29fa10c49fdd.zip |
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.dts | 2 |
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>; }; }; |