diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-06-21 13:22:46 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-08-25 11:28:57 -0400 |
commit | d3bb71387a745b7225e4cb690e86dbb65aae9a6f (patch) | |
tree | dbd5af04806497f2f5c06f46b89f41f941440f2e | |
parent | 4fe5d83a13ed3de9a6d00f31b562172446e2491f (diff) |
arm64: dts: db820c: add support to I2C on HS
This patch adds support to i2c bus on High speed connector.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi index c6a9e63da3a5..67377869e772 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | |||
@@ -19,6 +19,7 @@ | |||
19 | serial1 = &blsp2_uart2; | 19 | serial1 = &blsp2_uart2; |
20 | i2c0 = &blsp1_i2c2; | 20 | i2c0 = &blsp1_i2c2; |
21 | i2c1 = &blsp2_i2c1; | 21 | i2c1 = &blsp2_i2c1; |
22 | i2c2 = &blsp2_i2c0; | ||
22 | }; | 23 | }; |
23 | 24 | ||
24 | chosen { | 25 | chosen { |
@@ -53,5 +54,11 @@ | |||
53 | label = "LS-I2C1"; | 54 | label = "LS-I2C1"; |
54 | status = "okay"; | 55 | status = "okay"; |
55 | }; | 56 | }; |
57 | |||
58 | i2c@075b5000 { | ||
59 | /* On High speed expansion */ | ||
60 | label = "HS-I2C2"; | ||
61 | status = "okay"; | ||
62 | }; | ||
56 | }; | 63 | }; |
57 | }; | 64 | }; |