ARM: dts: at91: sama5d4: use correct rtc compatible
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 29 Dec 2019 20:44:21 +0000 (21:44 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 9 Mar 2020 21:13:11 +0000 (22:13 +0100)
Use the sama5d4 specific compatible string for the RTC.

Link: https://lore.kernel.org/r/20191229204421.337612-9-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d4.dtsi

index 6ab27a7b388d48cbf8279a3570753df5b09426a8..e9a8f82a6eda61b779be193e5b960646359b0b4a 100644 (file)
                        };
 
                        rtc@fc0686b0 {
-                               compatible = "atmel,at91rm9200-rtc";
+                               compatible = "atmel,sama5d4-rtc";
                                reg = <0xfc0686b0 0x30>;
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                clocks = <&clk32k>;