You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
&soc {
|
|
gpu_opp_table_v2: gpu_opp_table_v2 {
|
|
compatible = "operating-points-v2";
|
|
|
|
opp-675000000 {
|
|
opp-hz = /bits/ 64 <675000000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM_L1>;
|
|
};
|
|
|
|
opp-585000000 {
|
|
opp-hz = /bits/ 64 <585000000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM>;
|
|
};
|
|
|
|
opp-499200000 {
|
|
opp-hz = /bits/ 64 <499200000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_SVS_L2>;
|
|
};
|
|
|
|
opp-427000000 {
|
|
opp-hz = /bits/ 64 <427000000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_SVS_L1>;
|
|
};
|
|
|
|
opp-345000000 {
|
|
opp-hz = /bits/ 64 <345000000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_SVS>;
|
|
};
|
|
|
|
opp-257000000 {
|
|
opp-hz = /bits/ 64 <257000000>;
|
|
opp-microvolt = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
|
|
};
|
|
};
|
|
};
|
|
|