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


Groups > linux.kernel > #1427000 > unrolled thread

[PATCH 4/8] arm64: dts: db820c: add support to LS-I2C1

Started bySrinivas Kandagatla <srinivas.kandagatla@linaro.org>
First post2016-06-20 22:20 +0200
Last post2016-06-20 22:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/8] arm64: dts: db820c: add support to LS-I2C1 Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-06-20 22:20 +0200

#1427000 — [PATCH 4/8] arm64: dts: db820c: add support to LS-I2C1

FromSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date2016-06-20 22:20 +0200
Subject[PATCH 4/8] arm64: dts: db820c: add support to LS-I2C1
Message-ID<rMdPP-4rx-5@gated-at.bofh.it>
This patch adds support to LS_I2C1 on LS expansion connector.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
index 0d78c4e..3114710 100644
--- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
@@ -18,6 +18,7 @@
 		serial0 = &blsp2_uart1;
 		serial1 = &blsp2_uart2;
 		i2c0	= &blsp1_i2c2;
+		i2c1	= &blsp2_i2c1;
 	};
 
 	chosen {
@@ -47,5 +48,10 @@
 			status = "okay";
 		};
 
+		i2c@075b6000 {
+		/* On Low speed expansion */
+			label = "LS-I2C1";
+			status = "okay";
+		};
 	};
 };
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web