diff options
author | Eduardo Valentin <[email protected]> | 2013-05-29 15:07:40 +0000 |
---|---|---|
committer | Zhang Rui <[email protected]> | 2013-06-13 10:12:13 +0800 |
commit | 0c1569590a6f14130b3660241580036176dba718 (patch) | |
tree | 850f3a890f25a1a3b6b99e8e734639f587ee9b4c | |
parent | 794b2e2548ec41d81c5272f883011a13612f2fda (diff) |
thermal: ti-soc-thermal: update DT reference for OMAP5430
Add missing irq line for TALERT on DT entry for OMAP5430.
Cc: [email protected]
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Zhang Rui <[email protected]>
Cc: J Keerthy <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Eduardo Valentin <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt index a4a33d1a0746..1629652372b6 100644 --- a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt +++ b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt @@ -57,4 +57,5 @@ bandgap { 0x4a002380 0x2c 0x4a0023C0 0x3c>; compatible = "ti,omap5430-bandgap"; + interrupts = <0 126 4>; /* talert */ }; |