ARM: dts: msm: Enable GenPD support for Kera GPU
Enable GenPD support for Kera GPU. Change-Id: Ia9b1a99c694fc7d64f99c572d09388f82dc0a78c Signed-off-by: Harshitha Sai Neelati <quic_hsaineel@quicinc.com>
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
compatible = "qcom,kgsl-smmu-v2";
|
compatible = "qcom,kgsl-smmu-v2";
|
||||||
reg = <0x3da0000 0x40000>;
|
reg = <0x3da0000 0x40000>;
|
||||||
|
|
||||||
vddcx-supply = <&gpu_cc_cx_gdsc>;
|
power-domains = <&gpucc GPU_CC_CX_GDSC>;
|
||||||
|
|
||||||
gfx3d_user: gfx3d_user {
|
gfx3d_user: gfx3d_user {
|
||||||
compatible = "qcom,smmu-kgsl-cb";
|
compatible = "qcom,smmu-kgsl-cb";
|
||||||
@@ -140,10 +140,10 @@
|
|||||||
<0 305 IRQ_TYPE_LEVEL_HIGH>;
|
<0 305 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-names = "hfi", "gmu";
|
interrupt-names = "hfi", "gmu";
|
||||||
|
|
||||||
regulator-names = "vddcx", "vdd";
|
power-domains = <&gpucc GPU_CC_CX_GDSC>,
|
||||||
|
<&gpucc GPU_CC_CX_GMU_GDSC>,
|
||||||
vddcx-supply = <&gpu_cc_cx_gdsc>;
|
<&gpucc GPU_CC_GX_GDSC>;
|
||||||
vdd-supply = <&gpu_cc_gx_gdsc>;
|
power-domain-names = "cx", "gmu_cx", "gx";
|
||||||
|
|
||||||
clocks = <&gpucc GPU_CC_CX_GMU_CLK>,
|
clocks = <&gpucc GPU_CC_CX_GMU_CLK>,
|
||||||
<&gpucc GPU_CC_CXO_CLK>,
|
<&gpucc GPU_CC_CXO_CLK>,
|
||||||
|
Reference in New Issue
Block a user