ARM: dts: msm: Update GPUCC clock frequencies for MSMtriton

Few frequencies for GPU clock node requires to be updated, so add the same.

Change-Id: Ie3e7929def7b4e77edc33297f8c30a0bcd07bcce
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Taniya Das 2016-12-06 15:50:08 +05:30
parent b25e6ff335
commit ee834658a5

View file

@ -389,7 +389,7 @@
};
clock_gfx: clock-controller@5065000 {
compatible = "qcom,gpucc-msmfalcon";
compatible = "qcom,gpucc-msmtriton";
reg = <0x5065000 0x10000>;
vdd_dig_gfx-supply = <&pm2falcon_s3_level>;
vdd_mx_gfx-supply = <&pm2falcon_s5_level>;
@ -397,13 +397,13 @@
qcom,gfxfreq-corner =
< 0 0>,
< 160000000 1>, /* MinSVS */
< 266000000 2>, /* LowSVS */
< 240000000 2>, /* LowSVS */
< 370000000 3>, /* SVS */
< 465000000 4>, /* SVS_L1 */
< 588000000 5>, /* NOM */
< 647000000 6>, /* NOM_L1 */
< 700000000 7>, /* TURBO */
< 750000000 7>; /* TURBO */
< 700000000 7>, /* TURBO */
< 775000000 7>; /* TURBO */
#clock-cells = <1>;
#reset-cells = <1>;
};