diff options
| author | Xilin Wu <sophon@radxa.com> | 2026-05-07 17:34:35 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-05-22 06:46:52 +0300 |
| commit | 6ba85ffe796ab4eff37e3229999b34a99954fb49 (patch) | |
| tree | b27368e91ad9bdc452d64240fbce70e329f7b9df | |
| parent | 7a473107f9785700a5c57cee69f60c19a9703f95 (diff) | |
| download | linux-6ba85ffe796ab4eff37e3229999b34a99954fb49.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi index afe3f8018b22..a2bd6b10e475 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -6898,8 +6898,6 @@ thermal-zones { cpu0-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 1>; trips { @@ -6912,8 +6910,6 @@ }; cpu1-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 2>; trips { @@ -6926,8 +6922,6 @@ }; cpu2-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 3>; trips { @@ -6940,8 +6934,6 @@ }; cpu3-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 4>; trips { @@ -6954,8 +6946,6 @@ }; cpu4-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 5>; trips { @@ -6968,8 +6958,6 @@ }; cpu5-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 6>; trips { @@ -6982,8 +6970,6 @@ }; cpu6-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 7>; trips { @@ -6996,8 +6982,6 @@ }; cpu7-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 8>; trips { @@ -7010,8 +6994,6 @@ }; cluster0-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens0 9>; trips { @@ -7051,8 +7033,6 @@ }; mem-thermal { - polling-delay-passive = <250>; - thermal-sensors = <&tsens1 15>; trips { |
