From: Georgi Djakov Date: Fri, 31 Oct 2025 01:05:45 +0000 (+0200) Subject: Merge branch 'icc-sdx75' into icc-next X-Git-Tag: v6.19-rc1~65^2~55^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e8b0f2d115270aa72ca72762c621339d0e7f75;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'icc-sdx75' into icc-next 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 --- b4e8b0f2d115270aa72ca72762c621339d0e7f75