From: Maxime Ripard Date: Sat, 25 May 2019 13:03:29 +0000 (+0200) Subject: ARM: dts: sun8i: r40: Change the RTC compatible X-Git-Tag: v5.3-rc1~19^2~29^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=913f36b6242a52cec5c1b366dbcc3adf4f99eeb9;p=thirdparty%2Fkernel%2Flinux.git 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: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi index bb856e53b806b..6007d0cc252d3 100644 --- a/arch/arm/boot/dts/sun8i-r40.dtsi +++ b/arch/arm/boot/dts/sun8i-r40.dtsi @@ -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 = ; clock-output-names = "osc32k", "osc32k-out";