2019-08-23 08:24:39

by Alexandre Belloni

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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

--
2.21.0


2019-08-24 18:25:31

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: pbab01: correct rtc vendor

On Thu, Aug 22, 2019 at 11:35 PM Alexandre Belloni
<[email protected]> wrote:
>
> The rtc8564 is made by Epson but is similar to the NXP pcf8563. Use the
> correct vendor name.
>
> Signed-off-by: Alexandre Belloni <[email protected]>

Please use my kernel.org mailbox <[email protected]> for future patches.

Applied, thanks.