linux-stable/arch/arm/boot/dts/mstar-infinity3.dtsi
Daniel Palmer 4fcfd917c9 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>
2022-02-16 19:27:48 +01:00

69 lines
1.3 KiB
Text

// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2020 thingy.jp.
* Author: Daniel Palmer <daniel@thingy.jp>
*/
#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>;
};