Skip to content

Commit

Permalink
arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mripard authored and torvalds committed Apr 3, 2014
1 parent f49bd06 commit 5fc4bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun4i-a10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
};

rtc: rtc@01c20d00 {
compatible = "allwinner,sun4i-rtc";
compatible = "allwinner,sun4i-a10-rtc";
reg = <0x01c20d00 0x20>;
interrupts = <24>;
};
Expand Down

0 comments on commit 5fc4bc8

Please sign in to comment.