diff mbox series

ARM: dts: pbab01: correct rtc vendor

Message ID 20190822213503.14726-1-alexandre.belloni@bootlin.com (mailing list archive)
State Mainlined
Commit 929c11a55b9ec08fc21fe47e1f64245c333d9a15
Headers show
Series ARM: dts: pbab01: correct rtc vendor | expand

Commit Message

Alexandre Belloni Aug. 22, 2019, 9:35 p.m. UTC
The rtc8564 is made by Epson but is similar to the NXP pcf8563. Use the
correct vendor name.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Aug. 24, 2019, 6:22 p.m. UTC | #1
On Thu, Aug 22, 2019 at 11:35 PM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> The rtc8564 is made by Epson but is similar to the NXP pcf8563. Use the
> correct vendor name.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Please use my kernel.org mailbox <shawnguo@kernel.org> for future patches.

Applied, thanks.
diff mbox series

Patch

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>;
 	};