]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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 29e95e9d3229c39fcb8fb415519fd981aecdc54d..a69231854f783b1b9fd685ba2822eb406e0ffdf5 100644 (file)
                        clock-names = "thermal";
                        clocks = <&clk_sysin>;
                        interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+                       #thermal-sensor-cells = <0>;
                };
 
                cec@94a087c {
index b35b9b7a7cccc6b79729c7c9336e0386143c0b6f..0f0db988a907b483430a6bcb3fb192e98453623b 100644 (file)
                        clock-names = "thermal";
                        clocks = <&clk_sysin>;
                        interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+                       #thermal-sensor-cells = <0>;
                };
        };
 };