Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70bc0f3a authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH410: Add thermal node



Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
[Lee: Changed node name and added the unit address]
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarPeter Griffin <peter.griffin@linaro.org>
parent 3b879a50
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -227,5 +227,13 @@
			clock-names = "bdisp";
			clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>;
		};

		thermal@91a0000 {
			compatible = "st,stih407-thermal";
			reg = <0x91a0000 0x28>;
			clock-names = "thermal";
			clocks = <&clk_sysin>;
			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
		};
	};
};