Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1177098 > unrolled thread

[PATCH] arm: dts: ls1021a: Add LTC2945 node for LS1021A TWR board

Started byAlison Wang <b18965@freescale.com>
First post2015-07-06 04:50 +0200
Last post2015-07-06 04:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm: dts: ls1021a: Add LTC2945 node for LS1021A TWR board Alison Wang <b18965@freescale.com> - 2015-07-06 04:50 +0200

#1177098 — [PATCH] arm: dts: ls1021a: Add LTC2945 node for LS1021A TWR board

FromAlison Wang <b18965@freescale.com>
Date2015-07-06 04:50 +0200
Subject[PATCH] arm: dts: ls1021a: Add LTC2945 node for LS1021A TWR board
Message-ID<pJ4DL-2ri-1@gated-at.bofh.it>
From: Jia Hongtao <hongtao.jia@freescale.com>

This patch adds LTC2945 node for LS1021A TWR board.

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
---
 arch/arm/boot/dts/ls1021a-twr.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a0d9ad6..938b16a 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -160,6 +160,13 @@
 	};
 };
 
+&i2c2 {
+	status = "okay";
+	monitor: ltc2945@67 {
+		reg = <0x67>;
+	};
+};
+
 &ifc {
 	#address-cells = <2>;
 	#size-cells = <1>;
-- 
2.1.0.27.g96db324

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web