diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-04-18 10:13:21 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-31 16:18:27 +0200 |
commit | 23fb05c688a8dcb0cf6a4d8d819cffeca82e5c54 (patch) | |
tree | c72bda9207a98aa53a8cbe7e69dc1807d7a3f3c0 /arch/arm/boot/dts/at91sam9x5.dtsi | |
parent | b3f442b0eedbc20b5ce3f4a96530588d14901199 (diff) | |
download | op-kernel-dev-23fb05c688a8dcb0cf6a4d8d819cffeca82e5c54.zip op-kernel-dev-23fb05c688a8dcb0cf6a4d8d819cffeca82e5c54.tar.gz |
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: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index af91599..a127527 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -646,7 +646,7 @@ }; rtc@fffffeb0 { - compatible = "atmel,at91rm9200-rtc"; + compatible = "atmel,at91sam9x5-rtc"; reg = <0xfffffeb0 0x40>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; status = "disabled"; |