diff options
author | Robert Marko <robimarko@gmail.com> | 2023-06-07 20:53:31 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-08 06:53:37 +0200 |
commit | 75bf5b41a156badd0918d2b284d043d1c939f9bf (patch) | |
tree | cc763c8f068b3a52b7f378bcf4db2889d35ef4cc /target | |
parent | c4752e0a132732a979c3eda34a3d4275487e8ddf (diff) |
ipq807x: remove critical trips from AC/HK DTSI
Now that critical trips are defined for all thermal zones in the SOC DTSI
there is no need to duplicate them in AC and HK DTSI.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-ac-cpu.dtsi | 30 | ||||
-rw-r--r-- | target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-hk-cpu.dtsi | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-ac-cpu.dtsi b/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-ac-cpu.dtsi index dbc9baa2b9..057d592031 100644 --- a/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-ac-cpu.dtsi +++ b/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-ac-cpu.dtsi @@ -29,12 +29,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu0_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -55,12 +49,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu1_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -81,12 +69,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu2_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -107,12 +89,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu3_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -133,12 +109,6 @@ hysteresis = <2000>; type = "passive"; }; - - cluster_crit: cluster_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { diff --git a/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-hk-cpu.dtsi b/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-hk-cpu.dtsi index 8485814969..37af7bbc1f 100644 --- a/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-hk-cpu.dtsi +++ b/target/linux/ipq807x/files/arch/arm64/boot/dts/qcom/ipq8074-hk-cpu.dtsi @@ -35,12 +35,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu0_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -74,12 +68,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu1_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -113,12 +101,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu2_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -152,12 +134,6 @@ hysteresis = <2000>; type = "passive"; }; - - cpu3_crit: cpu_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { @@ -191,12 +167,6 @@ hysteresis = <2000>; type = "passive"; }; - - cluster_crit: cluster_crit { - temperature = <110000>; - hysteresis = <1000>; - type = "critical"; - }; }; cooling-maps { |