ARM: dts: at91: sama5d4: use correct rtc compatible

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>
This commit is contained in:
Alexandre Belloni 2019-12-29 21:44:21 +01:00
parent bb50297665
commit 761f6ed854

View File

@ -884,7 +884,7 @@ clk32k: sckc@fc068650 {
};
rtc@fc0686b0 {
compatible = "atmel,at91rm9200-rtc";
compatible = "atmel,sama5d4-rtc";
reg = <0xfc0686b0 0x30>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&clk32k>;