ARM: dts: at91: sama5d2: use correct rtc compatible
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 29 Dec 2019 20:44:20 +0000 (21:44 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 9 Mar 2020 21:13:11 +0000 (22:13 +0100)
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 <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d2.dtsi

index 2012b7407c605d16eabfac20f823f4be7577bc7f..ab550d69db91a643499a5a354e33295b621c2a34 100644 (file)
                        };
 
                        rtc: rtc@f80480b0 {
-                               compatible = "atmel,at91rm9200-rtc";
+                               compatible = "atmel,sama5d2-rtc";
                                reg = <0xf80480b0 0x30>;
                                interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;
                                clocks = <&clk32k>;