arm64: dts: qcom: Add multiple power domains in videocc/gpucc This is a continuation of [1] ("clk: qcom: Add support to attach multiple power domains in cc probe"), where all the clock changes were merged and the DT changes are lying on the lists for allmost 4 months now. I kindly asked for those patches to be re-send separately [2], but was ignored, and the lack of those causes a bunch of DT check errors, hopefully they can be picked for the next revision. I did apply them on current next and fixed a patch 4 that didn't apply cleanly. [1] https://lore.kernel.org/all/20250530-videocc-pll-multi-pd-voting-v5-0-02303b3a582d@quicinc.com/ [2] https://lore.kernel.org/all/8e56e1a8-7b26-44df-ad57-e2092cb5c9ab@linaro.org/ To: Bjorn Andersson <andersson@kernel.org> To: Konrad Dybcio <konradybcio@kernel.org> To: Rob Herring <robh@kernel.org> To: Krzysztof Kozlowski <krzk+dt@kernel.org> To: Conor Dooley <conor+dt@kernel.org> To: Jagadeesh Kona <quic_jkona@quicinc.com> To: Dmitry Baryshkov <lumag@kernel.org> Cc: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v2: - Fixed patch 5 commit msg - Link to v1: https://lore.kernel.org/r/20250821-topic-sm8x50-upstream-pll-multi-pd-voting-dt-v1-0-a510c72da096@linaro.org --- Jagadeesh Kona (5): arm64: dts: qcom: sm8450: Additionally manage MXC power domain in videocc arm64: dts: qcom: sm8550: Additionally manage MXC power domain in videocc arm64: dts: qcom: sm8650: Additionally manage MXC power domain in videocc arm64: dts: qcom: sm8450: Additionally manage MXC power domain in camcc arm64: dts: qcom: sm8650: Additionally manage MXC power domain in camcc Vladimir Zapolskiy (1): arm64: dts: qcom: sm8550: Additionally manage MXC power domain in camcc arch/arm64/boot/dts/qcom/sm8450.dtsi | 12 ++++++++---- arch/arm64/boot/dts/qcom/sm8550.dtsi | 12 ++++++++---- arch/arm64/boot/dts/qcom/sm8650.dtsi | 6 ++++-- 3 files changed, 20 insertions(+), 10 deletions(-) --- base-commit: 6f66e22d741775dbd54e174560ae76b46750e570 change-id: 20250821-topic-sm8x50-upstream-pll-multi-pd-voting-dt-a56291d959ea Best regards,