diff options
author | 2024-07-02 16:54:17 +0200 | |
---|---|---|
committer | 2024-08-05 16:19:57 +0800 | |
commit | 203ed203fcc223d80737a7799f8244646363b739 (patch) | |
tree | b40a1b9f1a500445836dd4bbf51635efd3c7d7cc /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Linux 6.11-rc1 (diff) | |
download | wireguard-linux-203ed203fcc223d80737a7799f8244646363b739.tar.xz wireguard-linux-203ed203fcc223d80737a7799f8244646363b739.zip |
arm64: dts: layerscape: fix thermal node names length
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@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions