commit | a47b3bfcaceb11544484b79133e8844567a2cba0 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@yahoo.fr> | Fri Jun 21 18:24:13 2013 +0200 |
committer | Shawn Guo <shawn.guo@linaro.org> | Thu Aug 22 23:28:16 2013 +0800 |
tree | 4910d86bf65c91636be30bd62847e78dcc330f99 | |
parent | 9110ede4e0240ba54633cde1c1eaf7da3523df78 [diff] |
ARM: apf27dev: add rtc ds1374 to the device tree Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index 66b8e1c..2a377ca 100644 --- 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 {