[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZrCL7YfS3NQ306za@dragon>
Date: Mon, 5 Aug 2024 16:23:09 +0800
From: Shawn Guo <shawnguo2@...h.net>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Shawn Guo <shawnguo@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: layerscape: fix thermal node names length
On Tue, Jul 02, 2024 at 04:54:17PM +0200, Krzysztof Kozlowski wrote:
> Linux kernel expects thermal zone node names to be maximum of 19
> characters (see THERMAL_NAME_LENGTH, including terminating NUL byte) and
> bindings/dtbs_check points that:
>
> fsl-ls2088a-rdb.dtb: thermal-zones: 'core-cluster1-thermal', 'core-cluster2-thermal', 'core-cluster3-thermal', 'core-cluster4-thermal'
> do not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,10}-thermal$', 'pinctrl-[0-9]+'
>
> Name longer than 19 characters leads to driver probe errors when
> registering such thermal zone.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Applied, thanks!
Powered by blists - more mailing lists