8a7d86d74575cfc98273a935cacbf040e8cbc7f9
[openwrt/staging/linusw.git] /
1 From 70636ad110715b5e1ec6b08e24f0ddaf5df7186d Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Tue, 30 Jul 2024 19:00:03 +0100
4 Subject: [PATCH 1200/1215] ARM: dts: bcm2712: Fix invalid
5 polling-delay-passive setting
6
7 This produces a hard fail on later (6.11) kernels.
8
9 See: https://lore.kernel.org/all/5802156.DvuYhMxLoT@rjwysocki.net/
10
11 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
12 ---
13 arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 --- a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
17 +++ b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
18 @@ -40,7 +40,7 @@
19
20 thermal-zones {
21 cpu_thermal: cpu-thermal {
22 - polling-delay-passive = <2000>;
23 + polling-delay-passive = <1000>;
24 polling-delay = <1000>;
25 coefficients = <(-550) 450000>;
26 thermal-sensors = <&thermal>;