]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ti-soc-thermal: update DT reference for OMAP5430
authorEduardo Valentin <eduardo.valentin@ti.com>
Wed, 24 Apr 2013 18:16:07 +0000 (14:16 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 May 2013 22:02:30 +0000 (18:02 -0400)
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>
drivers/staging/ti-soc-thermal/ti_soc_thermal.txt

index a4a33d1a07464a75b0b00e31adcb1b5c159144ce..1629652372b61d5c6e27849ebec820332193e07c 100644 (file)
@@ -57,4 +57,5 @@ bandgap {
                0x4a002380 0x2c
                0x4a0023C0 0x3c>;
        compatible = "ti,omap5430-bandgap";
+       interrupts = <0 126 4>; /* talert */
 };