Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

authored by

Alain Volmat and committed by
Patrice Chotard
11061d6c 7b22ec0c

+8
+8
arch/arm/boot/dts/stih418.dtsi
··· 108 108 assigned-clock-parents = <&clk_s_c0_pll1 0>; 109 109 assigned-clock-rates = <200000000>; 110 110 }; 111 + 112 + thermal@91a0000 { 113 + compatible = "st,stih407-thermal"; 114 + reg = <0x91a0000 0x28>; 115 + clock-names = "thermal"; 116 + clocks = <&clk_sysin>; 117 + interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; 118 + }; 111 119 }; 112 120 };