arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles

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>
This commit is contained in:
Maxime Ripard 2014-04-03 14:50:03 -07:00 committed by Linus Torvalds
parent f49bd06e1d
commit 5fc4bc8919

View file

@ -415,7 +415,7 @@ wdt: watchdog@01c20c90 {
}; };
rtc: rtc@01c20d00 { rtc: rtc@01c20d00 {
compatible = "allwinner,sun4i-rtc"; compatible = "allwinner,sun4i-a10-rtc";
reg = <0x01c20d00 0x20>; reg = <0x01c20d00 0x20>;
interrupts = <24>; interrupts = <24>;
}; };