ARM: dts: pbab01: correct rtc vendor
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 22 Aug 2019 21:35:03 +0000 (23:35 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Aug 2019 18:19:33 +0000 (20:19 +0200)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi

index 82802f8..d434868 100644 (file)
        };
 
        rtc@51 {
-               compatible = "nxp,rtc8564";
+               compatible = "epson,rtc8564";
                reg = <0x51>;
        };