mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 05:46:18 -04:00
arm64: dts: qcom: sc8280xp: drop unused polling-delay-passive properties
Remove the unused polling-delay-passive properties from thermal nodes without a passive trip point. Signed-off-by: Xilin Wu <sophon@radxa.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260507-sc8280xp-thermal-zones-v1-1-33d4395b1be9@radxa.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
7a473107f9
commit
6ba85ffe79
@@ -6898,8 +6898,6 @@ sound: sound {
|
||||
|
||||
thermal-zones {
|
||||
cpu0-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 1>;
|
||||
|
||||
trips {
|
||||
@@ -6912,8 +6910,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu1-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 2>;
|
||||
|
||||
trips {
|
||||
@@ -6926,8 +6922,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu2-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 3>;
|
||||
|
||||
trips {
|
||||
@@ -6940,8 +6934,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu3-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 4>;
|
||||
|
||||
trips {
|
||||
@@ -6954,8 +6946,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu4-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 5>;
|
||||
|
||||
trips {
|
||||
@@ -6968,8 +6958,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu5-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 6>;
|
||||
|
||||
trips {
|
||||
@@ -6982,8 +6970,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu6-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 7>;
|
||||
|
||||
trips {
|
||||
@@ -6996,8 +6982,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cpu7-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 8>;
|
||||
|
||||
trips {
|
||||
@@ -7010,8 +6994,6 @@ cpu-crit {
|
||||
};
|
||||
|
||||
cluster0-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 9>;
|
||||
|
||||
trips {
|
||||
@@ -7051,8 +7033,6 @@ trip-point1 {
|
||||
};
|
||||
|
||||
mem-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens1 15>;
|
||||
|
||||
trips {
|
||||
|
||||
Reference in New Issue
Block a user