From 23c3bd006e45edd9696a255eefe522391590b760 Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Fri, 16 Aug 2024 10:50:03 -0700 Subject: [PATCH] ARM: dts: msm: Use per-device genpd domain Guidance from genpd team is to use a different power domain for each device to avoid race condition in genpd framework when multiple devices on same power domain runtime suspend in parallel. Change-Id: I683ff80e5cef9583b65c14aa24db0f24d4ed981c Signed-off-by: Patrick Daly --- qcom/msm-arm-smmu-sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/msm-arm-smmu-sun.dtsi b/qcom/msm-arm-smmu-sun.dtsi index 4b640146..88ddefaf 100644 --- a/qcom/msm-arm-smmu-sun.dtsi +++ b/qcom/msm-arm-smmu-sun.dtsi @@ -22,7 +22,7 @@ * bandwidth vote must be present to prevent DDR * shutdown. */ - power-domains = <&gpucc GPU_CC_CX_GDSC>; + power-domains = <&gpucc GPU_CC_CX_SMMU_GDSC>; interconnects = <&gem_noc MASTER_GPU_TCU &mc_virt SLAVE_EBI1>; clocks = <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>;