]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'icc-sdx75' into icc-next
authorGeorgi Djakov <djakov@kernel.org>
Fri, 31 Oct 2025 01:05:45 +0000 (03:05 +0200)
committerGeorgi Djakov <djakov@kernel.org>
Fri, 31 Oct 2025 01:05:45 +0000 (03:05 +0200)
Drop the QPIC interconnect and BCM nodes for the SDX75 SoC. The reason
is that this QPIC BCM resource is already defined as a RPMh clock in
clk-rpmh driver as like other SDX SoCs. So it is wrong to describe the
same resource in two different providers.

Also, without this series, the NAND driver fails to probe on SDX75 as
the interconnect sync state disables the QPIC nodes as there were no
clients voting for this ICC resource. However, the NAND driver had already
voted for this BCM resource through the clk-rpmh driver. Since both votes
come from Linux, RPMh was unable to distinguish between these two and ends
up disabling the resource during sync state.

* icc-sdx75
  interconnect: qcom: sdx75: Drop QPIC interconnect and BCM nodes
  dt-bindings: interconnect: qcom: Drop QPIC_CORE IDs

Link: https://lore.kernel.org/r/20250926-sdx75-icc-v2-0-20d6820e455c@oss.qualcomm.com>
Signed-off-by: Georgi Djakov <djakov@kernel.org>

Trivial merge