]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 2c67048e6297bc59ecbd6f282c41527f67523d5b..08218120e770af744b45b56b759898d57eb55d64 100644 (file)
                VDDA-supply = <&reg_2p5v>;
                VDDIO-supply = <&reg_3p3v>;
        };
+
+       rtc: rtc@6f {
+               compatible = "isil,isl1208";
+               reg = <0x6f>;
+       };
 };
 
 &i2c2 {