arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 3 Apr 2014 21:50:03 +0000 (14:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:21 +0000 (16:21 -0700)
Switch the device tree to the new compatibles introduced in the RTC
drivers to have a common pattern accross all Allwinner SoCs.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/boot/dts/sun4i-a10.dtsi

index 7753be0..9321681 100644 (file)
                };
 
                rtc: rtc@01c20d00 {
-                       compatible = "allwinner,sun4i-rtc";
+                       compatible = "allwinner,sun4i-a10-rtc";
                        reg = <0x01c20d00 0x20>;
                        interrupts = <24>;
                };