diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-08-22 05:13:02 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:25:57 -0400 |
commit | 7881fb3f2272eb6f24270e1e228362242696d013 (patch) | |
tree | e93dfdf7f4335acdb3c1375286ffa9e7a4d4f80d | |
parent | e99b077bb340e37642b3eefda0de224ce1c8ee28 (diff) |
ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC
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>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi index 2c67048e6297..08218120e770 100644 --- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | |||
@@ -192,6 +192,11 @@ | |||
192 | VDDA-supply = <®_2p5v>; | 192 | VDDA-supply = <®_2p5v>; |
193 | VDDIO-supply = <®_3p3v>; | 193 | VDDIO-supply = <®_3p3v>; |
194 | }; | 194 | }; |
195 | |||
196 | rtc: rtc@6f { | ||
197 | compatible = "isil,isl1208"; | ||
198 | reg = <0x6f>; | ||
199 | }; | ||
195 | }; | 200 | }; |
196 | 201 | ||
197 | &i2c2 { | 202 | &i2c2 { |