diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-12-29 21:44:21 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-03-09 22:13:11 +0100 |
commit | 761f6ed85417147cf02e65c37354c1d8ea767dd7 (patch) | |
tree | 6dc78697cab12bdb85798e1592401a6cec1d5620 /arch/arm/boot/dts/sama5d4.dtsi | |
parent | ARM: dts: at91: sama5d2: use correct rtc compatible (diff) | |
download | linux-761f6ed85417147cf02e65c37354c1d8ea767dd7.tar.xz linux-761f6ed85417147cf02e65c37354c1d8ea767dd7.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 6ab27a7b388d..e9a8f82a6eda 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -884,7 +884,7 @@ }; rtc@fc0686b0 { - compatible = "atmel,at91rm9200-rtc"; + compatible = "atmel,sama5d4-rtc"; reg = <0xfc0686b0 0x30>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; clocks = <&clk32k>; |