ARM: dts: r9a06g032-rzn1d400-db: Enable rtc0
authorClément Léger <clement.leger@bootlin.com>
Wed, 8 Jun 2022 09:08:50 +0000 (11:08 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 17 Jun 2022 07:35:25 +0000 (09:35 +0200)
The RZ/N1D-DB board does have a battery to power the RTC. Enable the
RTC device on this board.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Link: https://lore.kernel.org/r/20220608090850.92735-1-clement.leger@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts

index 3f8f3ce87e122a10f515b5ede098fa4aa53e1b07..ca39e1d681c1a7cffd0515b840b081592bae5669 100644 (file)
        };
 };
 
+&rtc0 {
+       status = "okay";
+};
+
 &uart0 {
        status = "okay";
 };