From: Eduardo Valentin Date: Wed, 24 Apr 2013 18:16:07 +0000 (-0400) Subject: staging: ti-soc-thermal: update DT reference for OMAP5430 X-Git-Tag: next-20130521~23^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=faa4b9de12fa433f06be917feb3f13792b12fefa;p=karo-tx-linux.git staging: ti-soc-thermal: update DT reference for OMAP5430 Add missing irq line for TALERT on DT entry for OMAP5430. Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt b/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt index a4a33d1a0746..1629652372b6 100644 --- a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt +++ b/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt @@ -57,4 +57,5 @@ bandgap { 0x4a002380 0x2c 0x4a0023C0 0x3c>; compatible = "ti,omap5430-bandgap"; + interrupts = <0 126 4>; /* talert */ };