Unverified Commit 913f36b6 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun8i: r40: Change the RTC compatible



Unlike what's being reported in the device tree so far, the RTC in the R40
is quite different from the H3. Indeed it doesn't have the internal
oscillator output, and it has only a single interrupt. Let's add a
compatible for it.

Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 33e877f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -318,8 +318,7 @@
		};

		rtc: rtc@1c20400 {
			compatible = "allwinner,sun8i-r40-rtc",
				     "allwinner,sun8i-h3-rtc";
			compatible = "allwinner,sun8i-r40-rtc";
			reg = <0x01c20400 0x400>;
			interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
			clock-output-names = "osc32k", "osc32k-out";