[sunxi-dev][h6] update opp table (#1394)

use more powerfull 'cpuburn-a53' to do pressure test.
power meter shows that 'cpuburn-a53' consumes much more power than
'stress -c 4' in the same condition. 930mV is not enough when running
'cpuburn-a53' meanwhile 950mV is the minimum voltage.
When running 'cpuburn-a53' at 1.8G, h6 consumes lots of power and generate
such amount of heat that an active cooling is necessary otherwise h6
gets overheat and system crashes. Even with active cooling and heatsink
is in low temperature the junction temperature is still quit high that
it reaches about 88~90 ℃ . Maybe the high thermal resistance of plastic
package causes the problem.
This commit is contained in:
mei 2019-06-03 01:57:43 +08:00 committed by Igor Pečovnik
parent e8a79a85db
commit 1d0f199473

View File

@ -56,14 +56,14 @@ index 141fd186b..5356ca6f6 100644
opp@1640000000 {
opp-hz = /bits/ 64 <1640000000>;
- opp-microvolt = <1160000 1160000 1160000>;
+ opp-microvolt = <910000 900000 920000>;
+ opp-microvolt = <910000 910000 920000>;
clock-latency-ns = <244144>; /* 8 32k periods */
};
opp@1800000000 {
opp-hz = /bits/ 64 <1800000000>;
- opp-microvolt = <1160000 1160000 1160000>;
+ opp-microvolt = <930000 920000 940000>;
+ opp-microvolt = <950000 930000 950000>;
clock-latency-ns = <244144>; /* 8 32k periods */
};
};