projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
310b266
)
arm64: dts: qcom: sm8350: fix IPA interconnects
author
Alex Elder
<elder@linaro.org>
Wed, 4 Aug 2021 21:02:14 +0000
(16:02 -0500)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Thu, 5 Aug 2021 15:27:35 +0000
(10:27 -0500)
There should only be two interconnects defined for IPA on the
QUalcomm SM8350 SoC. The names should also match those specified by
the IPA Device Tree binding.
Fixes: f11d3e7da32e ("arm64: dts: qcom: sm8350: add IPA information")
Signed-off-by: Alex Elder <elder@linaro.org>
Link:
https://lore.kernel.org/r/20210804210214.1891755-5-elder@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8350.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8350.dtsi
b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index 7eb18ff03bd6f569c8123f8a1118a8bcded13dcc..e91cd8a5e5356fbaec611ffc915e341147d6d6c6 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8350.dtsi
@@
-691,12
+691,10
@@
clocks = <&rpmhcc RPMH_IPA_CLK>;
clock-names = "core";
- interconnects = <&aggre2_noc MASTER_IPA &gem_noc SLAVE_LLCC>,
- <&mc_virt MASTER_LLCC &mc_virt SLAVE_EBI1>,
+ interconnects = <&aggre2_noc MASTER_IPA &mc_virt SLAVE_EBI1>,
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_IPA_CFG>;
- interconnect-names = "ipa_to_llcc",
- "llcc_to_ebi1",
- "appss_to_ipa";
+ interconnect-names = "memory",
+ "config";
qcom,smem-states = <&ipa_smp2p_out 0>,
<&ipa_smp2p_out 1>;