Commit 929c11a5 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Shawn Guo
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 876eb9bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@
	};

	rtc@51 {
		compatible = "nxp,rtc8564";
		compatible = "epson,rtc8564";
		reg = <0x51>;
	};