From: Alexandre Belloni Date: Sun, 29 Dec 2019 20:44:20 +0000 (+0100) Subject: ARM: dts: at91: sama5d2: use correct rtc compatible X-Git-Tag: v5.7-rc1~97^2~11^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bb502976653a833e76b997519d43cfeb599c8d40;p=users%2Fjedix%2Flinux-maple.git ARM: dts: at91: sama5d2: use correct rtc compatible Use the sama5d2 specific compatible string for the RTC. Link: https://lore.kernel.org/r/20191229204421.337612-8-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 2012b7407c605..ab550d69db91a 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -695,7 +695,7 @@ }; rtc: rtc@f80480b0 { - compatible = "atmel,at91rm9200-rtc"; + compatible = "atmel,sama5d2-rtc"; reg = <0xf80480b0 0x30>; interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>; clocks = <&clk32k>;