Commit e00d100a authored by Raphael Gallais-Pou's avatar Raphael Gallais-Pou Committed by Patrice Chotard
Browse files

ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi



"#thermal-sensor-cells" is required and missing in thermal nodes.
Add it.

Signed-off-by: default avatarRaphael Gallais-Pou <rgallaispou@gmail.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@foss.st.com>
parent 1613e604
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -270,6 +270,7 @@ thermal@91a0000 {
			clock-names = "thermal";
			clocks = <&clk_sysin>;
			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
			#thermal-sensor-cells = <0>;
		};

		cec@94a087c {
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ thermal@91a0000 {
			clock-names = "thermal";
			clocks = <&clk_sysin>;
			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
			#thermal-sensor-cells = <0>;
		};
	};
};