diff options
author | 2016-06-21 18:22:46 +0100 | |
---|---|---|
committer | 2016-08-25 10:28:57 -0500 | |
commit | d3bb71387a745b7225e4cb690e86dbb65aae9a6f (patch) | |
tree | dbd5af04806497f2f5c06f46b89f41f941440f2e | |
parent | arm64: dts: db820c: add support to LS-I2C1 (diff) | |
download | wireguard-linux-d3bb71387a745b7225e4cb690e86dbb65aae9a6f.tar.xz wireguard-linux-d3bb71387a745b7225e4cb690e86dbb65aae9a6f.zip |
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 @@ serial1 = &blsp2_uart2; i2c0 = &blsp1_i2c2; i2c1 = &blsp2_i2c1; + i2c2 = &blsp2_i2c0; }; chosen { @@ -53,5 +54,11 @@ label = "LS-I2C1"; status = "okay"; }; + + i2c@075b5000 { + /* On High speed expansion */ + label = "HS-I2C2"; + status = "okay"; + }; }; }; |