From: Alain Volmat Date: Wed, 31 Mar 2021 20:42:27 +0000 (+0200) Subject: ARM: dts: sti: add the thermal sensor node within stih418 X-Git-Tag: howlett/maple/20220722_2~2432^2~27^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=11061d6cafcf8f77ec4591a91da1a89bef142637;p=users%2Fjedix%2Flinux-maple.git ARM: dts: sti: add the thermal sensor node within stih418 The STiH418 embedded the same sensor as the STiH410. This commit adds the corresponding node, relying on the st_thermal driver. Signed-off-by: Alain Volmat Reviewed-by: Patrice Chotard Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi index 39a249983496..97eda4392fbe 100644 --- a/arch/arm/boot/dts/stih418.dtsi +++ b/arch/arm/boot/dts/stih418.dtsi @@ -108,5 +108,13 @@ assigned-clock-parents = <&clk_s_c0_pll1 0>; assigned-clock-rates = <200000000>; }; + + thermal@91a0000 { + compatible = "st,stih407-thermal"; + reg = <0x91a0000 0x28>; + clock-names = "thermal"; + clocks = <&clk_sysin>; + interrupts = ; + }; }; };