From: Maxime Ripard Date: Thu, 3 Apr 2014 21:50:03 +0000 (-0700) Subject: arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5fc4bc8919b217d6fe6046f6d81a783c73facbac;p=linux-beck.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 7753be0c86d7..9321681cc45a 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -415,7 +415,7 @@ }; rtc: rtc@01c20d00 { - compatible = "allwinner,sun4i-rtc"; + compatible = "allwinner,sun4i-a10-rtc"; reg = <0x01c20d00 0x20>; interrupts = <24>; };