ARM: dts: msm: Use genPD instead of regulators for GDSC
From Pakala, clock driver moved the GDSC from regulator framework to GenPd to match with upstream. Add support to use GenPD using pm_runtime apis on Kera. Signed-off-by: Aishanya Srivastava<quic_aishanya@quicinc.com> Change-Id: Id4be9a5cd189b7c427663c3d1322fbcdb8549d37
This commit is contained in:
@@ -14,9 +14,10 @@
|
|||||||
reg = <0x0aa00000 0xF0000>;
|
reg = <0x0aa00000 0xF0000>;
|
||||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
/* Supply */
|
/* Power Domains */
|
||||||
iris-ctl-supply = <&video_cc_mvs0c_gdsc>;
|
power-domains = <&videocc VIDEO_CC_MVS0C_GDSC>,
|
||||||
vcodec-supply = <&video_cc_mvs0_gdsc>;
|
<&videocc VIDEO_CC_MVS0_GDSC>;
|
||||||
|
power-domain-names = "iris-ctl", "vcodec";
|
||||||
|
|
||||||
/* Clocks */
|
/* Clocks */
|
||||||
clocks =
|
clocks =
|
||||||
|
Reference in New Issue
Block a user