linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC
@ 2014-08-22  9:13 Philipp Zabel
  2014-08-25  2:45 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2014-08-22  9:13 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
index 2c67048..0821812 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
@@ -192,6 +192,11 @@
 		VDDA-supply = <&reg_2p5v>;
 		VDDIO-supply = <&reg_3p3v>;
 	};
+
+	rtc: rtc at 6f {
+		compatible = "isil,isl1208";
+		reg = <0x6f>;
+	};
 };
 
 &i2c2 {
-- 
2.1.0.rc1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC
  2014-08-22  9:13 [PATCH] ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC Philipp Zabel
@ 2014-08-25  2:45 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-08-25  2:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 22, 2014 at 11:13:02AM +0200, Philipp Zabel wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-25  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22  9:13 [PATCH] ARM: dts: nitrogen6x: Add Intersil ISL1208 RTC Philipp Zabel
2014-08-25  2:45 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).