arm64: dts: qcom: sc7180-trogdor-pompom: rename 5v-choke thermal zone
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Dec 2024 12:44:47 +0000 (13:44 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 6 Jan 2025 23:14:51 +0000 (17:14 -0600)
Rename the 5v-choke thermal zone to satisfy the bindings.

This fixes:
sc7180-trogdor-pompom-r2-lte.dts: thermal-zones: '5v-choke-thermal' 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: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241230-topic-misc-dt-fixes-v4-4-1e6880e9dda3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi

index ac8d4589e3fb74b9d9105a8ca2b0cce72de22d86..f7300ffbb4519a7973c74198fc0f9ca2d770bc3e 100644 (file)
 
 / {
        thermal-zones {
-               5v-choke-thermal {
+               choke-5v-thermal {
                        thermal-sensors = <&pm6150_adc_tm 1>;
 
                        trips {
-                               5v-choke-crit {
+                               choke-5v-crit {
                                        temperature = <125000>;
                                        hysteresis = <1000>;
                                        type = "critical";