Merge "ARM: dts: msm: Add dynamic power coefficient and efficiency for Ravelin"

This commit is contained in:
qctecmdr
2022-11-12 07:31:25 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -57,6 +57,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x0>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD0>;
@@ -80,6 +82,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x100>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD1>;
@@ -98,6 +102,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x200>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD2>;
@@ -116,6 +122,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x300>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD3>;
@@ -134,6 +142,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x400>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD4>;
@@ -152,6 +162,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x500>;
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
enable-method = "psci";
cpu-idle-states = <&SILVER_CPU_OFF &SILVER_CPU_RAIL_OFF>;
power-domains = <&CPU_PD5>;
@@ -170,6 +182,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x600>;
capacity-dmips-mhz = <1945>;
dynamic-power-coefficient = <483>;
enable-method = "psci";
cpu-idle-states = <&GOLD_CPU_OFF &GOLD_CPU_RAIL_OFF>;
power-domains = <&CPU_PD6>;
@@ -188,6 +202,8 @@
device_type = "cpu";
compatible = "qcom,kryo";
reg = <0x0 0x700>;
capacity-dmips-mhz = <1945>;
dynamic-power-coefficient = <483>;
enable-method = "psci";
cpu-idle-states = <&GOLD_CPU_OFF &GOLD_CPU_RAIL_OFF>;
power-domains = <&CPU_PD7>;