From 884ab8ed9611e4257469e4d4ee959975cd3c6036 Mon Sep 17 00:00:00 2001 From: Rajathi S Date: Fri, 25 Oct 2024 15:23:38 +0530 Subject: [PATCH] ARM: dts: msm: Use genPD instead of regulators for GDSC From Sun target, clock driver moved the GDSC from regulator framework to GenPd to match with upstream. Add support to use GenPD using pm_runtime apis. Change-Id: I19ed8a047f3aea4132be618c81e061b7cce7f9de --- tuna-vidc.dtsi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tuna-vidc.dtsi b/tuna-vidc.dtsi index 7c9c9050..eb8e91b6 100644 --- a/tuna-vidc.dtsi +++ b/tuna-vidc.dtsi @@ -14,9 +14,10 @@ reg = <0x0aa00000 0xF0000>; interrupts = ; - /* Supply */ - iris-ctl-supply = <&video_cc_mvs0c_gdsc>; - vcodec-supply = <&video_cc_mvs0_gdsc>; + /* Power Domains */ + power-domains = <&videocc VIDEO_CC_MVS0C_GDSC>, + <&videocc VIDEO_CC_MVS0_GDSC>; + power-domain-names = "iris-ctl", "vcodec"; /* Clocks */ clocks =