]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: qcom: pm660: align thermal node names with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 5 Mar 2023 15:43:08 +0000 (16:43 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 22 Mar 2023 03:31:00 +0000 (20:31 -0700)
Bindings expect thermal node names to end with '-thermal', so fix pm660
and pm660l:

  sda660-inforce-ifc6560.dtb: thermal-zones: 'pm660', 'pm660l' do not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230305154308.241651-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/pm660.dtsi
arch/arm64/boot/dts/qcom/pm660l.dtsi

index fc0eccaccdf6f09317291b6be896d9cb9c1fb3f9..4bc717917f4488b82f18255a6aa7f4a14c4ae63d 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        thermal-zones {
-               pm660 {
+               pm660-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
index f9b3864bd3b9a503e8202bb5cc9b9b0b2279d75f..87b71b7205b85f506dc6c7d85f4806da2e4cfc38 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        thermal-zones {
-               pm660l {
+               pm660l-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;