From: Philippe Reynes Date: Fri, 21 Jun 2013 16:24:13 +0000 (+0200) Subject: ARM: apf27dev: add rtc ds1374 to the device tree X-Git-Tag: v3.12-rc1~115^2~5^2~88 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a47b3bfcaceb11544484b79133e8844567a2cba0;p=~emulex%2Finfiniband.git ARM: apf27dev: add rtc ds1374 to the device tree Signed-off-by: Philippe Reynes Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index 66b8e1c1b0b..2a377ca1881 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 {