summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Weiss <luca.weiss@fairphone.com>2026-05-01 11:18:33 +0200
committerBjorn Andersson <andersson@kernel.org>2026-06-28 20:07:17 -0500
commit9d6a63012fcc3ff9152d802aeaea7d3a5a839e02 (patch)
treea4ebe508d58db0288e6a8cc6f28cbe89970a4ed3
parent7d260e77d88fa026a1e181cecee545687fa80f92 (diff)
downloadlinux-9d6a63012fcc3ff9152d802aeaea7d3a5a839e02.tar.gz
linux-9d6a63012fcc3ff9152d802aeaea7d3a5a839e02.zip
arm64: dts: qcom: milos: Add interconnects to camcc
The CAMSS_TOP_GDSC inside camcc requires an interconnect path to be enabled, otherwise the GDSC will be stuck on 'off' and can't be enabled. Add the interconnect path so that this requirement can be satisfied by the kernel. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260501-milos-camcc-icc-v2-5-bb83c1256cc3@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/milos.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/milos.dtsi b/arch/arm64/boot/dts/qcom/milos.dtsi
index 8c9232988953..e97c9ca8320e 100644
--- a/arch/arm64/boot/dts/qcom/milos.dtsi
+++ b/arch/arm64/boot/dts/qcom/milos.dtsi
@@ -1971,6 +1971,9 @@
<&sleep_clk>,
<&gcc GCC_CAMERA_AHB_CLK>;
+ interconnects = <&mmss_noc MASTER_CAMNOC_HF QCOM_ICC_TAG_ALWAYS
+ &mmss_noc SLAVE_MNOC_HF_MEM_NOC QCOM_ICC_TAG_ALWAYS>;
+
#clock-cells = <1>;
#reset-cells = <1>;
#power-domain-cells = <1>;