Skip to content

Commit c09c94d

Browse files
committed
gpu: change the maximal frequency to 600Mhz for GPU.
Change-Id: I29847de99f2bfe58802ed46fd9126aca4a054a3b
1 parent 846c698 commit c09c94d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/rk3288.dtsi

+3-3
Original file line numberDiff line numberDiff line change
@@ -1795,9 +1795,9 @@
17951795
opp-hz = /bits/ 64 <400000000>;
17961796
opp-microvolt = <1100000>;
17971797
};
1798-
opp-500000000 {
1799-
opp-hz = /bits/ 64 <500000000>;
1800-
opp-microvolt = <1200000>;
1798+
opp-600000000 {
1799+
opp-hz = /bits/ 64 <600000000>;
1800+
opp-microvolt = <1250000>;
18011801
};
18021802
};
18031803

0 commit comments

Comments
 (0)