mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: sc7280: Add capacity and DPC properties
The "capacity-dmips-mhz" and "dynamic-power-coefficient" are used to build Energy Model which in turn is used by EAS to take placement decisions. So add it to SC7280 soc. Signed-off-by: Ankit Sharma <quic_anshar@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231103105440.23904-1-quic_anshar@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
dc14578426
commit
942bf463de
|
|
@ -202,6 +202,8 @@ CPU0: cpu@0 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_0>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <100>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
|
|
@ -229,6 +231,8 @@ CPU1: cpu@100 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_100>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <100>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
|
|
@ -251,6 +255,8 @@ CPU2: cpu@200 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_200>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <100>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
|
|
@ -273,6 +279,8 @@ CPU3: cpu@300 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_300>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
dynamic-power-coefficient = <100>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 0>;
|
||||
|
|
@ -295,6 +303,8 @@ CPU4: cpu@400 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_400>;
|
||||
operating-points-v2 = <&cpu4_opp_table>;
|
||||
capacity-dmips-mhz = <1946>;
|
||||
dynamic-power-coefficient = <520>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
|
|
@ -317,6 +327,8 @@ CPU5: cpu@500 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_500>;
|
||||
operating-points-v2 = <&cpu4_opp_table>;
|
||||
capacity-dmips-mhz = <1946>;
|
||||
dynamic-power-coefficient = <520>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
|
|
@ -339,6 +351,8 @@ CPU6: cpu@600 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_600>;
|
||||
operating-points-v2 = <&cpu4_opp_table>;
|
||||
capacity-dmips-mhz = <1946>;
|
||||
dynamic-power-coefficient = <520>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 1>;
|
||||
|
|
@ -361,6 +375,8 @@ CPU7: cpu@700 {
|
|||
power-domain-names = "psci";
|
||||
next-level-cache = <&L2_700>;
|
||||
operating-points-v2 = <&cpu7_opp_table>;
|
||||
capacity-dmips-mhz = <1985>;
|
||||
dynamic-power-coefficient = <552>;
|
||||
interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>,
|
||||
<&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>;
|
||||
qcom,freq-domain = <&cpufreq_hw 2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user