From: Andreas Kemnade Date: Fri, 1 Oct 2021 13:59:08 +0000 (+0200) Subject: ARM: dts: omap3: fix cpu thermal label name X-Git-Tag: block-5.16-2021-11-13~62^2~41^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2b373eb46f519e05a0837e41f2c0ee4b4dd11865;p=linux-2.6-block.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-cpu-thermal.dtsi b/arch/arm/boot/dts/omap3-cpu-thermal.dtsi index 1ed837859374..a9069cca5888 100644 --- a/arch/arm/boot/dts/omap3-cpu-thermal.dtsi +++ b/arch/arm/boot/dts/omap3-cpu-thermal.dtsi @@ -10,7 +10,7 @@ #include -cpu_thermal: cpu_thermal { +cpu_thermal: cpu-thermal { polling-delay-passive = <250>; /* milliseconds */ polling-delay = <1000>; /* milliseconds */ coefficients = <0 20000>;