]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: amlogic: meson-s4: add VRTC node
authorNick Xie <nick@khadas.com>
Fri, 27 Mar 2026 09:30:14 +0000 (17:30 +0800)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 2 Jun 2026 07:49:45 +0000 (09:49 +0200)
Add the Virtual RTC (VRTC) controller node to the Meson S4 SoC dtsi.

Signed-off-by: Nick Xie <nick@khadas.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260327093016.722095-2-nick@khadas.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-s4.dtsi

index 936a5c1353d15986f65ea9c1d63743e119408bf6..2a6fbd53083620534a7e7ee77dadb8b377b7ba31 100644 (file)
                method = "smc";
        };
 
+       vrtc: rtc@fe010288 {
+               compatible = "amlogic,meson-vrtc";
+               reg = <0x0 0xfe010288 0x0 0x4>;
+       };
+
        xtal: xtal-clk {
                compatible = "fixed-clock";
                clock-frequency = <24000000>;