projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49bd06
)
arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles
author
Maxime Ripard
<
[email protected]
>
Thu, 3 Apr 2014 21:50:03 +0000
(14:50 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun4i-a10.dtsi
b/arch/arm/boot/dts/sun4i-a10.dtsi
index 7753be0c86d7cd8c4a6aca932bc17bb932971a10..9321681cc45a393f8759dc54a2c430acf2c3d599 100644
(file)
--- 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>;
};