arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles
authorMaxime Ripard <[email protected]>
Thu, 3 Apr 2014 21:50:03 +0000 (14:50 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm/boot/dts/sun4i-a10.dtsi

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