diff options
author | Srinivas Kandagatla <[email protected]> | 2016-06-21 18:22:47 +0100 |
---|---|---|
committer | Andy Gross <[email protected]> | 2016-08-25 10:28:58 -0500 |
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 <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-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 @@ i2c0 = &blsp1_i2c2; i2c1 = &blsp2_i2c1; i2c2 = &blsp2_i2c0; + spi0 = &blsp1_spi0; }; chosen { @@ -55,6 +56,12 @@ status = "okay"; }; + spi@07575000 { + /* On Low speed expansion */ + label = "LS-SPI0"; + status = "okay"; + }; + i2c@075b5000 { /* On High speed expansion */ label = "HS-I2C2"; |