projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8128c4f
)
ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
author
Marek Vasut
<marex@denx.de>
Thu, 23 Jan 2014 23:23:36 +0000
(
00:23
+0100)
committer
Shawn Guo
<shawn.guo@linaro.org>
Fri, 21 Feb 2014 02:08:43 +0000
(10:08 +0800)
The compatible property should be m41t62, not mt41t62, so fix this.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-m28evk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx28-m28evk.dts
b/arch/arm/boot/dts/imx28-m28evk.dts
index 8536b0db9018e8b580d502f8e7a52e9770743590..f0ad7b9b9d9a1617eeb64d2d42a1dae872642f32 100644
(file)
--- a/
arch/arm/boot/dts/imx28-m28evk.dts
+++ b/
arch/arm/boot/dts/imx28-m28evk.dts
@@
-194,7
+194,7
@@
};
rtc: rtc@68 {
- compatible = "stm,m
t
41t62";
+ compatible = "stm,m41t62";
reg = <0x68>;
};
};