summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-04-24 18:16:07 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-13 22:02:30 (GMT)
commitfaa4b9de12fa433f06be917feb3f13792b12fefa (patch)
tree4b70a5e6028b8a43c966fd53b72ec3536d8561be /drivers
parentb491564eb258fe2611ff602790fd7b1cc76dd92b (diff)
downloadlinux-fsl-qoriq-faa4b9de12fa433f06be917feb3f13792b12fefa.tar.xz
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 <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/ti-soc-thermal/ti_soc_thermal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt b/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt
index a4a33d1..1629652 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 */
};