aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/juno-scmi.dtsi
diff options
context:
space:
mode:
authorGravatar Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 2024-01-03 15:20:51 +0100
committerGravatar Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 2024-03-25 16:00:20 +0100
commit0b45bd8491ee2efeae80848111b0c088602fc720 (patch)
treefab0ca483eae79b047218f39c87fa81eb10ab151 /arch/arm64/boot/dts/arm/juno-scmi.dtsi
parentLinux 6.9-rc1 (diff)
downloadlinux-0b45bd8491ee2efeae80848111b0c088602fc720.tar.gz
linux-0b45bd8491ee2efeae80848111b0c088602fc720.tar.bz2
linux-0b45bd8491ee2efeae80848111b0c088602fc720.zip
arm64: dts: juno: fix thermal zone node names
Linux kernel uses thermal zone node name during registering thermal zones and has a hard-coded limit of 20 characters, including terminating NUL byte. Exceeding the limit will cause failure to configure thermal zone. Reported-by: Rob Herring <robh@kernel.org> Closes: https://lore.kernel.org/all/CAL_JsqKogbT_4DPd1n94xqeHaU_J8ve5K09WOyVsRX3jxxUW3w@mail.gmail.com/ Fixes: fb4d25d7a33f ("arm64: dts: juno: Align thermal zone names with bindings") Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20240103142051.111717-2-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno-scmi.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/juno-scmi.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
index 31929e2377d8..f38c5b6ef657 100644
--- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi
@@ -84,11 +84,11 @@
thermal-sensors = <&scmi_sensors0 3>;
};
- big-cluster-thermal {
+ big-cl-thermal {
thermal-sensors = <&scmi_sensors0 21>;
};
- little-cluster-thermal {
+ little-cl-thermal {
thermal-sensors = <&scmi_sensors0 22>;
};