ARM: dts: msm: correct spi master number for sdm660
WDSP is connected to SPI7 in sdm660. So change SPI master to 7. CRs-Fixed: 2000921 Change-Id: I07eeef3e0753d38dbb33e4a343122b2948d36d38 Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
This commit is contained in:
parent
ea4719da1f
commit
7cd8feed72
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
wcd_spi_0: wcd_spi {
|
wcd_spi_0: wcd_spi {
|
||||||
compatible = "qcom,wcd-spi-v2";
|
compatible = "qcom,wcd-spi-v2";
|
||||||
qcom,master-bus-num = <10>;
|
qcom,master-bus-num = <7>;
|
||||||
qcom,chip-select = <0>;
|
qcom,chip-select = <0>;
|
||||||
qcom,max-frequency = <24000000>;
|
qcom,max-frequency = <24000000>;
|
||||||
qcom,mem-base-addr = <0x100000>;
|
qcom,mem-base-addr = <0x100000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue