aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Léger <clement.leger@bootlin.com>2022-06-08 11:08:50 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-06-17 09:35:25 +0200
commit9e8322dcf5f677cfc65d982546fb3aa6fa8b399a (patch)
treebfd91e1decceb12370ac16015da8c0ac4c1159c7
parentarm64: dts: renesas: rzg2l-smarc: Use proper bool operator (diff)
downloadlinux-dev-9e8322dcf5f677cfc65d982546fb3aa6fa8b399a.tar.xz
linux-dev-9e8322dcf5f677cfc65d982546fb3aa6fa8b399a.zip
ARM: dts: r9a06g032-rzn1d400-db: Enable rtc0
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>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
index 3f8f3ce87e12..ca39e1d681c1 100644
--- a/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
+++ b/arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts
@@ -23,6 +23,10 @@
};
};
+&rtc0 {
+ status = "okay";
+};
+
&uart0 {
status = "okay";
};