Commit 23fb05c6 authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one

Due to a bug with RTC IMR, we cannot consider at91sam9x5 RTC compatible
with the previous one. Modify DT compatibility string, even if the driver
is not yet modified to take it into account.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent b3f442b0
...@@ -646,7 +646,7 @@ spi1: spi@f0004000 { ...@@ -646,7 +646,7 @@ spi1: spi@f0004000 {
}; };
rtc@fffffeb0 { rtc@fffffeb0 {
compatible = "atmel,at91rm9200-rtc"; compatible = "atmel,at91sam9x5-rtc";
reg = <0xfffffeb0 0x40>; reg = <0xfffffeb0 0x40>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment