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:
df9e26d
)
ARM: dts: fix wrong compatible string of Exynos3250 RTC dt node
author
Chanwoo Choi
<
[email protected]
>
Mon, 13 Oct 2014 22:52:37 +0000
(15:52 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 14 Oct 2014 00:18:17 +0000
(
02:18
+0200)
Fix wrong compatible string of Exynos3250 RTC (Real-Time Clock) dt node.
The RTC of Exynos3250 must need additional source clock (XrtcXTI).
Signed-off-by: Chanwoo Choi <
[email protected]
>
Acked-by: Kyungmin Park <
[email protected]
>
Cc: Alessandro Zummo <
[email protected]
>
Cc: Kukjin Kim <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/arm/boot/dts/exynos3250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos3250.dtsi
b/arch/arm/boot/dts/exynos3250.dtsi
index 1d52de6370d58a65022b0bc59bf2f07516066308..429a6c6cfcf95156df66fe8082a6e0a2ac2d8a73 100644
(file)
--- a/
arch/arm/boot/dts/exynos3250.dtsi
+++ b/
arch/arm/boot/dts/exynos3250.dtsi
@@
-164,7
+164,7
@@
};
rtc: rtc@10070000 {
- compatible = "samsung,
s3c641
0-rtc";
+ compatible = "samsung,
exynos325
0-rtc";
reg = <0x10070000 0x100>;
interrupts = <0 73 0>, <0 74 0>;
status = "disabled";