Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Andreas Kemnade and committed by
Tony Lindgren
2b373eb4 adf70451

+1 -1
+1 -1
arch/arm/boot/dts/omap3-cpu-thermal.dtsi
··· 10 10 11 11 #include <dt-bindings/thermal/thermal.h> 12 12 13 - cpu_thermal: cpu_thermal { 13 + cpu_thermal: cpu-thermal { 14 14 polling-delay-passive = <250>; /* milliseconds */ 15 15 polling-delay = <1000>; /* milliseconds */ 16 16 coefficients = <0 20000>;