Commit cc10317d authored by michael.kao's avatar michael.kao Committed by Matthias Brugger

arm64: dts: mt8183: add/update dynamic power coefficients

Add dynamic power coefficients for all cores.
Signed-off-by: default avatarMichael Kao <michael.kao@mediatek.com>
[mb: fix commit message]
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 6fc033b5
...@@ -75,6 +75,7 @@ cpu0: cpu@0 { ...@@ -75,6 +75,7 @@ cpu0: cpu@0 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <741>; capacity-dmips-mhz = <741>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <84>;
}; };
cpu1: cpu@1 { cpu1: cpu@1 {
...@@ -84,6 +85,7 @@ cpu1: cpu@1 { ...@@ -84,6 +85,7 @@ cpu1: cpu@1 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <741>; capacity-dmips-mhz = <741>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <84>;
}; };
cpu2: cpu@2 { cpu2: cpu@2 {
...@@ -93,6 +95,7 @@ cpu2: cpu@2 { ...@@ -93,6 +95,7 @@ cpu2: cpu@2 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <741>; capacity-dmips-mhz = <741>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <84>;
}; };
cpu3: cpu@3 { cpu3: cpu@3 {
...@@ -102,6 +105,7 @@ cpu3: cpu@3 { ...@@ -102,6 +105,7 @@ cpu3: cpu@3 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <741>; capacity-dmips-mhz = <741>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <84>;
}; };
cpu4: cpu@100 { cpu4: cpu@100 {
...@@ -111,6 +115,7 @@ cpu4: cpu@100 { ...@@ -111,6 +115,7 @@ cpu4: cpu@100 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <1024>; capacity-dmips-mhz = <1024>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <211>;
}; };
cpu5: cpu@101 { cpu5: cpu@101 {
...@@ -120,6 +125,7 @@ cpu5: cpu@101 { ...@@ -120,6 +125,7 @@ cpu5: cpu@101 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <1024>; capacity-dmips-mhz = <1024>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <211>;
}; };
cpu6: cpu@102 { cpu6: cpu@102 {
...@@ -129,6 +135,7 @@ cpu6: cpu@102 { ...@@ -129,6 +135,7 @@ cpu6: cpu@102 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <1024>; capacity-dmips-mhz = <1024>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <211>;
}; };
cpu7: cpu@103 { cpu7: cpu@103 {
...@@ -138,6 +145,7 @@ cpu7: cpu@103 { ...@@ -138,6 +145,7 @@ cpu7: cpu@103 {
enable-method = "psci"; enable-method = "psci";
capacity-dmips-mhz = <1024>; capacity-dmips-mhz = <1024>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
dynamic-power-coefficient = <211>;
}; };
idle-states { idle-states {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment