From: Alexandre Belloni Date: Thu, 22 Aug 2019 21:35:03 +0000 (+0200) Subject: ARM: dts: pbab01: correct rtc vendor X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~3890^2~15^2~3 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=929c11a55b9ec08fc21fe47e1f64245c333d9a15;p=linux.git ARM: dts: pbab01: correct rtc vendor The rtc8564 is made by Epson but is similar to the NXP pcf8563. Use the correct vendor name. Signed-off-by: Alexandre Belloni Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi index 82802f8ce7a0..d434868e870a 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi @@ -128,7 +128,7 @@ }; rtc@51 { - compatible = "nxp,rtc8564"; + compatible = "epson,rtc8564"; reg = <0x51>; };