From: Patrice Chotard Date: Mon, 15 Aug 2016 12:17:00 +0000 (+0200) Subject: ARM: dts: STiH410: Add thermal node X-Git-Tag: v4.9-rc1~76^2~24^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70bc0f3a904dac95becce94e28ed6b132c39febb;p=thirdparty%2Flinux.git ARM: dts: STiH410: Add thermal node Signed-off-by: Patrice Chotard [Lee: Changed node name and added the unit address] Signed-off-by: Lee Jones Reviewed-by: Peter Griffin --- diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi index 18ed1ad10d32b..7590721e9e975 100644 --- a/arch/arm/boot/dts/stih410.dtsi +++ b/arch/arm/boot/dts/stih410.dtsi @@ -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 = ; + }; }; };