ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
authorRaphael Gallais-Pou <rgallaispou@gmail.com>
Wed, 20 Mar 2024 21:33:49 +0000 (22:33 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 28 Jun 2024 08:16:57 +0000 (10:16 +0200)
"#thermal-sensor-cells" is required and missing in thermal nodes.
Add it.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/boot/dts/st/stih410.dtsi
arch/arm/boot/dts/st/stih418.dtsi

index 29e95e9..a692318 100644 (file)
                        clock-names = "thermal";
                        clocks = <&clk_sysin>;
                        interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+                       #thermal-sensor-cells = <0>;
                };
 
                cec@94a087c {
index b35b9b7..0f0db98 100644 (file)
                        clock-names = "thermal";
                        clocks = <&clk_sysin>;
                        interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+                       #thermal-sensor-cells = <0>;
                };
        };
 };