]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: meson8: fix soc thermal-zone node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:31 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:34 +0000 (09:31 +0200)
Use proper name for the soc thermal, fixing:
thermal-zones: 'soc' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,10}-thermal$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240916-topic-amlogic-arm32-upstream-bindings-fixes-v2-2-0b20ed4f0571@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/amlogic/meson8.dtsi
arch/arm/boot/dts/amlogic/meson8b.dtsi

index f57be9ae150f40855a638296fc4cbbbe6c5d5bd3..06174d8df7893e4c8af284ac658d58f47689ef62 100644 (file)
        };
 
        thermal-zones {
-               soc {
+               soc-thermal {
                        polling-delay-passive = <250>; /* milliseconds */
                        polling-delay = <1000>; /* milliseconds */
                        thermal-sensors = <&thermal_sensor>;
index 2d9d24d3a95d69f5e634ab64ff17e5840cd78975..a3669025d8dad508f8ba6c905584db45a0f44358 100644 (file)
        };
 
        thermal-zones {
-               soc {
+               soc-thermal {
                        polling-delay-passive = <250>; /* milliseconds */
                        polling-delay = <1000>; /* milliseconds */
                        thermal-sensors = <&thermal_sensor>;