Message ID | 20240828200254.3196260-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: imx28-apx4devkit: Fix the rtc compatible | expand |
On Wed, Aug 28, 2024 at 05:02:54PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > "phg,pcf8563" is not a valid compatible string. > > Use the documented ""nxp,pcf8563" instead. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Applied, thanks!
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts b/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts index f9bf40d96568..40e81ea4a6f6 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts @@ -122,7 +122,7 @@ sgtl5000: codec@a { }; pcf8563: rtc@51 { - compatible = "phg,pcf8563"; + compatible = "nxp,pcf8563"; reg = <0x51>; }; };