mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ARM: mstar: Add OPP table for infinity3
The infinity3 has a slightly higher max frequency compared to the infinity so extend the OPP table. Co-authored-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Daniel Palmer <daniel@0x0f.com> Reviewed-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
committed by
Romain Perier
parent
9affaa4ad7
commit
4fcfd917c9
@@ -6,6 +6,64 @@
|
||||
|
||||
#include "mstar-infinity.dtsi"
|
||||
|
||||
&cpu0_opp_table {
|
||||
opp-1008000000 {
|
||||
opp-hz = /bits/ 64 <1008000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
};
|
||||
|
||||
// overclock frequencies below, shown to work fine up to 1.3 GHz
|
||||
opp-108000000 {
|
||||
opp-hz = /bits/ 64 <1080000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1188000000 {
|
||||
opp-hz = /bits/ 64 <1188000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1296000000 {
|
||||
opp-hz = /bits/ 64 <1296000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1350000000 {
|
||||
opp-hz = /bits/ 64 <1350000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1404000000 {
|
||||
opp-hz = /bits/ 64 <1404000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1458000000 {
|
||||
opp-hz = /bits/ 64 <1458000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
|
||||
opp-1512000000 {
|
||||
opp-hz = /bits/ 64 <1512000000>;
|
||||
opp-microvolt = <1000000>;
|
||||
clock-latency-ns = <300000>;
|
||||
turbo-mode;
|
||||
};
|
||||
};
|
||||
|
||||
&imi {
|
||||
reg = <0xa0000000 0x20000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user