diff options
author | Srinivas Kandagatla <[email protected]> | 2016-06-21 18:22:45 +0100 |
---|---|---|
committer | Andy Gross <[email protected]> | 2016-08-25 10:28:57 -0500 |
commit | 4fe5d83a13ed3de9a6d00f31b562172446e2491f (patch) | |
tree | c9338be39ba6f69144a969ff36a6351fc39a52b9 | |
parent | 75b6f7b7abcd7f9ef18ec44127d9c18cf7f2bdc8 (diff) |
arm64: dts: db820c: add support to LS-I2C1
This patch adds support to LS_I2C1 on LS expansion connector.
Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi index ac937f93a1d8..c6a9e63da3a5 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"; + }; }; }; |