arm64: dts: rockchip: rk3399: modify gpu opp table

As gpu clock sources had been changed, the gpu frequencies also
should modifiy.
1. 297MHz is not support and replace it with 300MHz.
2. If enable tow vops, 500MHz is not support,
   so remove it from the default table.

Change-Id: If2a653571f0222e895f7df825eeb8ae43ce99332
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2017-08-07 19:00:37 +08:00
parent 89b7ad3a8e
commit 46bc7979ad

View File

@@ -140,18 +140,14 @@
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <800000>;
};
opp-297000000 {
opp-hz = /bits/ 64 <297000000>;
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <800000>;
};
opp-400000000 {
opp-hz = /bits/ 64 <400000000>;
opp-microvolt = <825000>;
};
opp-500000000 {
opp-hz = /bits/ 64 <500000000>;
opp-microvolt = <875000>;
};
opp-600000000 {
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <925000>;