projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9110ede
)
ARM: apf27dev: add rtc ds1374 to the device tree
author
Philippe Reynes
<tremyfr@yahoo.fr>
Fri, 21 Jun 2013 16:24:13 +0000
(18:24 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:16 +0000
(23:28 +0800)
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-apf27dev.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx27-apf27dev.dts
b/arch/arm/boot/dts/imx27-apf27dev.dts
index
66b8e1c
..
2a377ca
100644
(file)
--- a/
arch/arm/boot/dts/imx27-apf27dev.dts
+++ b/
arch/arm/boot/dts/imx27-apf27dev.dts
@@
-53,6
+53,11
@@
&i2c1 {
clock-frequency = <400000>;
status = "okay";
+
+ rtc@68 {
+ compatible = "dallas,ds1374";
+ reg = <0x68>;
+ };
};
&i2c2 {