diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-08-15 08:17:00 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-02 09:14:15 -0400 |
commit | 70bc0f3a904dac95becce94e28ed6b132c39febb (patch) | |
tree | 7e63c6ecfa7892c2a16c884dcb75cbab34cb1fac | |
parent | 3b879a5008660f1401a5fc7add9c45fa4c5efdec (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/stih410.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi index 18ed1ad10d32..7590721e9e97 100644 --- a/arch/arm/boot/dts/stih410.dtsi +++ b/arch/arm/boot/dts/stih410.dtsi | |||
@@ -227,5 +227,13 @@ | |||
227 | clock-names = "bdisp"; | 227 | clock-names = "bdisp"; |
228 | clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>; | 228 | clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>; |
229 | }; | 229 | }; |
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 | }; | ||
230 | }; | 238 | }; |
231 | }; | 239 | }; |