mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rockchip: rk312x: fixup the wrong voltage of opp-table
Fixes: 1bdf8f7722 ("ARM: dts: rockchip: rk312x: adjust opp-table for chips with low performance")
Signed-off-by: Lin Jianhua <linjh@rock-chips.com>
Change-Id: I24e6223a82bc8a93f49132b2136f3d5534c04601
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
opp-600000000 {
|
||||
opp-hz = /bits/ 64 <600000000>;
|
||||
opp-microvolt = <1150000 1150000 1425000>;
|
||||
opp-microvolt-L0 = <11500000 1150000 1425000>;
|
||||
opp-microvolt-L0 = <1150000 1150000 1425000>;
|
||||
opp-microvolt-L1 = <1100000 1100000 1425000>;
|
||||
opp-microvolt-L2 = <1050000 1050000 1425000>;
|
||||
clock-latency-ns = <40000>;
|
||||
@@ -250,7 +250,7 @@
|
||||
};
|
||||
opp-300000000 {
|
||||
opp-hz = /bits/ 64 <300000000>;
|
||||
opp-microvolt = <10250000>;
|
||||
opp-microvolt = <1025000>;
|
||||
};
|
||||
opp-396000000 {
|
||||
opp-hz = /bits/ 64 <396000000>;
|
||||
|
||||
Reference in New Issue
Block a user