]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Apr 2013 08:13:21 +0000 (10:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2013 16:47:29 +0000 (09:47 -0700)
commit 23fb05c688a8dcb0cf6a4d8d819cffeca82e5c54 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/at91sam9x5.dtsi

index 1145ac330fb7c091647ce7425179402260d7de95..b5833d1f7cff766257c7739cb65f22fc67d29d28 100644 (file)
                        };
 
                        rtc@fffffeb0 {
-                               compatible = "atmel,at91rm9200-rtc";
+                               compatible = "atmel,at91sam9x5-rtc";
                                reg = <0xfffffeb0 0x40>;
                                interrupts = <1 4 7>;
                                status = "disabled";