ARM: dts: sun8i: r40: Change the RTC compatible
authorMaxime Ripard <maxime.ripard@bootlin.com>
Sat, 25 May 2019 13:03:29 +0000 (15:03 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 6 Jun 2019 10:56:10 +0000 (12:56 +0200)
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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-r40.dtsi

index bb856e5..6007d0c 100644 (file)
                };
 
                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";