ARM: dts: msm: fix ipa clock name for msmcobalt.dtsi
Update IPA node to map the correct IPA clock. This is done to avoid IPA clock gating on AP suspend. Change-Id: Ic10949cd9e1eefffac6d744157e9f2a7df63ba5d CRs-Fixed: 985868 Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
e511ef1144
commit
df52a97515
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@
|
|||
qcom,use-ipa-tethering-bridge;
|
||||
qcom,modem-cfg-emb-pipe-flt;
|
||||
clock-names = "core_clk";
|
||||
clocks = <&clock_gcc clk_ipa_a_clk>;
|
||||
clocks = <&clock_gcc clk_ipa_clk>;
|
||||
qcom,msm-bus,name = "ipa";
|
||||
qcom,msm-bus,num-cases = <4>;
|
||||
qcom,msm-bus,num-paths = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue