diff options
| author | Derek Chen <chenche@codeaurora.org> | 2016-03-30 17:46:23 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-22 07:06:10 -0700 |
| commit | 87dbd09664af5cefe7cc01992e2e2ef4c7535531 (patch) | |
| tree | ef4349c443d0860269e43a02207cd03b8449e85a | |
| parent | df62040093cbdda5e1c1610b1ac96b9cbd9a7e92 (diff) | |
ARM: dts: msm: disable slimbus/codec on msm8996 adp/cdp platform
WCD codec and Slimbus interface are not used on msm8996
automotive platform. Disable them to optimize the
boot time for performance measurement.
CRs-fixed: 998111
Change-Id: I05cd0dcd528317e75bcd4c3477f2baae056e8cfb
Signed-off-by: Derek Chen <chenche@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-mmxf-adp.dtsi | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index ade8fc5197f5..a2e345ffab4d 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -917,6 +917,10 @@ }; }; +&slim_msm { + status = "disabled"; +}; + /delete-node/ &led_flash0; &mdss_dsi0 { diff --git a/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi b/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi index 694f9763b784..7ad0ae92aab7 100644 --- a/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi @@ -920,6 +920,10 @@ }; }; +&slim_msm { + status = "disabled"; +}; + /delete-node/ &led_flash0; &mdss_dsi0 { diff --git a/arch/arm/boot/dts/qcom/msm8996-mmxf-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-mmxf-adp.dtsi index 917bae75d572..8122d631b14f 100644 --- a/arch/arm/boot/dts/qcom/msm8996-mmxf-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-mmxf-adp.dtsi @@ -815,6 +815,10 @@ }; }; +&slim_msm { + status = "disabled"; +}; + /delete-node/ &led_flash0; &mdss_dsi0 { |
