[PATCH v2 0/5] Support enabling interconnect path for GDSC for fixing Milos camcc

From: Luca Weiss

Date: Fri May 01 2026 - 05:18:43 EST


Some power domains like CAMSS_TOP_GDSC requires the enablement of the
multimedia NoC on newer SoCs like Milos.

Add support for getting an interconnect path as specified in the SoC
clock driver, and enabling/disabling that interconnect path when the
GDSC is being enabled/disabled.

Then specify that dependency in the camcc-milos driver and add it to the
dt-bindings and milos.dtsi.

Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
---
Changes in v2:
- Move icc_set_bw() calls to gdsc_toggle_logic() (Mike)
- Try to make dt-bindings commit message clearer
- Pick up tags
- Link to v1: https://lore.kernel.org/r/20260116-milos-camcc-icc-v1-0-400b7fcd156a@xxxxxxxxxxxxx

---
Luca Weiss (5):
interconnect: Add devm_of_icc_get_by_index() as exported API for users
dt-bindings: clock: qcom,milos-camcc: Document interconnect path
clk: qcom: gdsc: Support enabling interconnect path for power domain
clk: qcom: camcc-milos: Declare icc path dependency for CAMSS_TOP_GDSC
arm64: dts: qcom: milos: Add interconnects to camcc

.../bindings/clock/qcom,milos-camcc.yaml | 8 ++++++
arch/arm64/boot/dts/qcom/milos.dtsi | 3 ++
drivers/clk/qcom/camcc-milos.c | 7 +++++
drivers/clk/qcom/gdsc.c | 33 ++++++++++++++++++++++
drivers/clk/qcom/gdsc.h | 5 ++++
drivers/interconnect/core.c | 20 +++++++++++++
include/linux/interconnect.h | 6 ++++
7 files changed, 82 insertions(+)
---
base-commit: 9f5d28c2bae83e051ab7f807c819a634693ebffc
change-id: 20260116-milos-camcc-icc-d41bdff31ef8

Best regards,
--
Luca Weiss <luca.weiss@xxxxxxxxxxxxx>