Commit 2b373eb4 authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tony Lindgren
Browse files

ARM: dts: omap3: fix cpu thermal label name



Hyphens should be used in label names. make dtbs_check complains
about that since it does not match the corresponding pattern

Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent adf70451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

#include <dt-bindings/thermal/thermal.h>

cpu_thermal: cpu_thermal {
cpu_thermal: cpu-thermal {
	polling-delay-passive = <250>; /* milliseconds */
	polling-delay = <1000>; /* milliseconds */
	coefficients = <0 20000>;