浏览代码

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>
Maxime Ripard 11 年之前
父节点
当前提交
5fc4bc8919
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/sun4i-a10.dtsi

+ 1 - 1
arch/arm/boot/dts/sun4i-a10.dtsi

@@ -415,7 +415,7 @@
 		};
 		};
 
 
 		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>;
 		};
 		};