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
This commit is contained in:
committed by
V S Ganga VaraPrasad (VARA) Adabala
parent
99fd685469
commit
b56f50c83d
@@ -14,9 +14,10 @@
|
||||
reg = <0x0aa00000 0xF0000>;
|
||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
/* 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 =
|
||||
|
Reference in New Issue
Block a user