ARM: dts: msm: Make gx_clkctl_gx_gdsc depend on gpucc for Sun
The clock required to access this GDSC depends on a clock coming from GPU_CC, which is enabled by default in gpucc probe. Add a phandle to gpucc to ensure it probes first and enables the required clock. Change-Id: I5aae1a6a1a3615cf1a8227b839a721a6af945243 Signed-off-by: Mike Tipton <quic_mdtipton@quicinc.com>
This commit is contained in:
@@ -1079,7 +1079,7 @@
|
|||||||
gx_clkctl_gx_gdsc: qcom,gdsc@3d68024 {
|
gx_clkctl_gx_gdsc: qcom,gdsc@3d68024 {
|
||||||
compatible = "qcom,gdsc";
|
compatible = "qcom,gdsc";
|
||||||
reg = <0x3d68024 0x4>;
|
reg = <0x3d68024 0x4>;
|
||||||
clocks = <&gcc GCC_GPU_CFG_AHB_CLK>;
|
clocks = <&gpucc GPU_CC_GX_AHB_FF_CLK>;
|
||||||
regulator-name = "gx_clkctl_gx_gdsc";
|
regulator-name = "gx_clkctl_gx_gdsc";
|
||||||
parent-supply = <&VDD_GFX_GFX_MXC_VOTER_LEVEL>;
|
parent-supply = <&VDD_GFX_GFX_MXC_VOTER_LEVEL>;
|
||||||
qcom,retain-regs;
|
qcom,retain-regs;
|
||||||
|
Reference in New Issue
Block a user