Merge "ARM: dts: msm: Add support for graphics clock controller on TUNA"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
d0cd45facd
@@ -814,8 +814,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gpucc: clock-controller@3d90000 {
|
gpucc: clock-controller@3d90000 {
|
||||||
compatible = "qcom,dummycc";
|
compatible = "qcom,tuna-gpucc", "syscon";
|
||||||
clock-output-names = "gpucc_clocks";
|
reg = <0x3d90000 0x9800>;
|
||||||
|
reg-name = "cc_base";
|
||||||
|
vdd_cx-supply = <&VDD_CX_LEVEL>;
|
||||||
|
vdd_mx-supply = <&VDD_MX_LEVEL>;
|
||||||
|
clocks = <&rpmhcc RPMH_CXO_CLK>,
|
||||||
|
<&gcc GCC_GPU_GPLL0_CPH_CLK_SRC>,
|
||||||
|
<&gcc GCC_GPU_GPLL0_DIV_CPH_CLK_SRC>;
|
||||||
|
clock-names = "bi_tcxo",
|
||||||
|
"gpll0_out_main",
|
||||||
|
"gpll0_out_main_div";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
@@ -945,12 +954,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gpu_cc_cx_gdsc {
|
&gpu_cc_cx_gdsc {
|
||||||
compatible = "regulator-fixed";
|
clocks = <&gcc GCC_GPU_CFG_AHB_CLK>;
|
||||||
|
parent-supply = <&VDD_CX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gx_clkctl_gx_gdsc {
|
&gx_clkctl_gx_gdsc {
|
||||||
compatible = "regulator-fixed";
|
parent-supply = <&VDD_GFX_MXC_VOTER_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user