Skip to content

Commit

Permalink
gpu: change the maximal frequency to 600Mhz for GPU.
Browse files Browse the repository at this point in the history
Change-Id: I29847de99f2bfe58802ed46fd9126aca4a054a3b
  • Loading branch information
singhomelee committed Feb 19, 2020
1 parent 846c698 commit c09c94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1795,9 +1795,9 @@
opp-hz = /bits/ 64 <400000000>;
opp-microvolt = <1100000>;
};
opp-500000000 {
opp-hz = /bits/ 64 <500000000>;
opp-microvolt = <1200000>;
opp-600000000 {
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <1250000>;
};
};

Expand Down

0 comments on commit c09c94d

Please sign in to comment.