linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3: fix cpu thermal label name
@ 2021-10-01 13:59 Andreas Kemnade
  2021-10-06  7:30 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kemnade @ 2021-10-01 13:59 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, linux-omap, devicetree, linux-kernel
  Cc: Andreas Kemnade

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>
---
 arch/arm/boot/dts/omap3-cpu-thermal.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <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>;
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: omap3: fix cpu thermal label name
  2021-10-01 13:59 [PATCH] ARM: dts: omap3: fix cpu thermal label name Andreas Kemnade
@ 2021-10-06  7:30 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2021-10-06  7:30 UTC (permalink / raw)
  To: Andreas Kemnade; +Cc: bcousson, robh+dt, linux-omap, devicetree, linux-kernel

* Andreas Kemnade <andreas@kemnade.info> [211001 16:59]:
> Hyphens should be used in label names. make dtbs_check complains
> about that since it does not match the corresponding pattern

Thanks applying into omap-for-v5.16/dt.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-06  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 13:59 [PATCH] ARM: dts: omap3: fix cpu thermal label name Andreas Kemnade
2021-10-06  7:30 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).