OSDN Git Service

ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 22 Aug 2014 09:13:02 +0000 (11:13 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:57 +0000 (10:25 +0800)
This patch adds the battery backed real time clock connected to I2C1
to the device tree.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi

index 2c67048..0821812 100644 (file)
                VDDA-supply = <&reg_2p5v>;
                VDDIO-supply = <&reg_3p3v>;
        };
+
+       rtc: rtc@6f {
+               compatible = "isil,isl1208";
+               reg = <0x6f>;
+       };
 };
 
 &i2c2 {