Skip to content

Commit cdbe8c0

Browse files
tmlindgregkh
authored andcommitted
ARM: dts: Configure missing thermal interrupt for 4430
[ Upstream commit 44f4168 ] We have gpio_86 wired internally to the bandgap thermal shutdown interrupt on 4430 like we have it on 4460 according to the TRM. This can be found easily by searching for TSHUT. For some reason the thermal shutdown interrupt was never added for 4430, let's add it. I believe this is needed for the thermal shutdown interrupt handler ti_bandgap_tshut_irq_handler() to call orderly_poweroff(). Fixes: aa9bb4b ("arm: dts: add omap4430 thermal data") Cc: Carl Philipp Klemm <philipp@uvos.xyz> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Eduardo Valentin <edubezval@gmail.com> Cc: Merlijn Wajer <merlijn@wizzup.org> Cc: Pavel Machek <pavel@ucw.cz> Cc: Peter Ujfalusi <peter.ujfalusi@gmail.com> Cc: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 509fe94 commit cdbe8c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/omap443x.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@
3333
};
3434

3535
ocp {
36+
/* 4430 has only gpio_86 tshut and no talert interrupt */
3637
bandgap: bandgap@4a002260 {
3738
reg = <0x4a002260 0x4
3839
0x4a00232C 0x4>;
3940
compatible = "ti,omap4430-bandgap";
41+
gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
4042

4143
#thermal-sensor-cells = <0>;
4244
};

0 commit comments

Comments
 (0)