Skip to content

Commit

Permalink
ARM: dts: bcm2712: Fix invalid polling-delay-passive setting
Browse files Browse the repository at this point in the history
This produces a hard fail on later (6.11) kernels.

See: https://lore.kernel.org/all/[email protected]/

Signed-off-by: Dom Cobley <[email protected]>
  • Loading branch information
popcornmix authored and pelwell committed Jul 30, 2024
1 parent 485d11c commit 70636ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

thermal-zones {
cpu_thermal: cpu-thermal {
polling-delay-passive = <2000>;
polling-delay-passive = <1000>;
polling-delay = <1000>;
coefficients = <(-550) 450000>;
thermal-sensors = <&thermal>;
Expand Down

0 comments on commit 70636ad

Please sign in to comment.