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-Url: http://drtracing.org/?a=commitdiff_plain;h=a47b3bfcaceb11544484b79133e8844567a2cba0;p=deliverable%2Flinux.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 66b8e1c1b0be..2a377ca1881a 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 {