Skip to content

Commit 70bc0f3

Browse files
committed
ARM: dts: STiH410: Add thermal node
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> [Lee: Changed node name and added the unit address] Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
1 parent 3b879a5 commit 70bc0f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/stih410.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,13 @@
227227
clock-names = "bdisp";
228228
clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>;
229229
};
230+
231+
thermal@91a0000 {
232+
compatible = "st,stih407-thermal";
233+
reg = <0x91a0000 0x28>;
234+
clock-names = "thermal";
235+
clocks = <&clk_sysin>;
236+
interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
237+
};
230238
};
231239
};

0 commit comments

Comments
 (0)