diff options
| author | Mathew Joseph Karimpanal <mkarim@codeaurora.org> | 2016-03-30 17:23:19 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-13 21:37:41 -0700 |
| commit | db160719ad4b1f3a70a88ee70f87ee91bb75dc13 (patch) | |
| tree | 3429089346e66e968e02ac3c7498d5dcda1cf4c0 | |
| parent | b18d189db2e1e30acdfe391a81b1abc9466df512 (diff) | |
ARM: dts: msm: Disable SLIMbus on MSM8996proAU ADP
MSM8996pro Automotive ADP platform does not use SLIMbus (Serial Low-
power Inter-chip Media Bus) audio interface path. Disable SLIMbus.
CRs-Fixed: 1000279
Change-Id: I55ef759f6d57909aa9d975e92d2c65224bfec615
Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts b/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts index 3a613a853e4f..ad38744e4490 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts +++ b/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts @@ -41,6 +41,10 @@ }; }; +&slim_msm { + status = "disabled"; +}; + &pm8994_mpps { mpp@a500 { /* MPP 6 */ qcom,mode = <1>; /* Digital output */ |
