diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-06-21 13:22:47 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-08-25 11:28:58 -0400 |
commit | a133f63a3573aef3dd259d0b3d0f3483345294d9 (patch) | |
tree | 0d15ac9919c54327bd99d774197223fc599d6c33 | |
parent | d3bb71387a745b7225e4cb690e86dbb65aae9a6f (diff) |
arm64: dts: db820c: add support to LS-SPI0
This patch adds support to SPI on LS expansion 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 67377869e772..f75ffec74be7 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | |||
@@ -20,6 +20,7 @@ | |||
20 | i2c0 = &blsp1_i2c2; | 20 | i2c0 = &blsp1_i2c2; |
21 | i2c1 = &blsp2_i2c1; | 21 | i2c1 = &blsp2_i2c1; |
22 | i2c2 = &blsp2_i2c0; | 22 | i2c2 = &blsp2_i2c0; |
23 | spi0 = &blsp1_spi0; | ||
23 | }; | 24 | }; |
24 | 25 | ||
25 | chosen { | 26 | chosen { |
@@ -55,6 +56,12 @@ | |||
55 | status = "okay"; | 56 | status = "okay"; |
56 | }; | 57 | }; |
57 | 58 | ||
59 | spi@07575000 { | ||
60 | /* On Low speed expansion */ | ||
61 | label = "LS-SPI0"; | ||
62 | status = "okay"; | ||
63 | }; | ||
64 | |||
58 | i2c@075b5000 { | 65 | i2c@075b5000 { |
59 | /* On High speed expansion */ | 66 | /* On High speed expansion */ |
60 | label = "HS-I2C2"; | 67 | label = "HS-I2C2"; |