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 <alexandre.belloni@bootlin.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
このコミットが含まれているのは:
Alexandre Belloni
2019-08-22 23:35:03 +02:00
committed by Shawn Guo
コミット 929c11a55b

ファイルの表示

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