diff options
author | Suman Anna <s-anna@ti.com> | 2013-12-23 17:59:39 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-01-08 13:24:44 -0500 |
commit | e37e1cb0ee231ffdc9b5ef1da63a0c7e1077c603 (patch) | |
tree | 2159b3fed0b18dbaa717f8b58d6aaa2553290101 /arch | |
parent | 3d495383648a7cda3ea51a1e2fa5d288581479aa (diff) |
ARM: dts: OMAP2: fix interrupt number for rng
The irq data for rng module defined in hwmod data previously
missed the OMAP_INTC_START relative offset, so the interrupt
number is probably misconfigured during the DT node addition
adjusting for this OMAP_INTC_START. Interrupt #36 is associated
with a watchdog timer, so fix the rng module's interrupt to the
appropriate interrupt #52.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index d0c5b37e248c..5377ddf83bf8 100644 --- a/arch/arm/boot/dts/omap2.dtsi +++ b/arch/arm/boot/dts/omap2.dtsi | |||
@@ -145,7 +145,7 @@ | |||
145 | compatible = "ti,omap2-rng"; | 145 | compatible = "ti,omap2-rng"; |
146 | ti,hwmods = "rng"; | 146 | ti,hwmods = "rng"; |
147 | reg = <0x480a0000 0x50>; | 147 | reg = <0x480a0000 0x50>; |
148 | interrupts = <36>; | 148 | interrupts = <52>; |
149 | }; | 149 | }; |
150 | 150 | ||
151 | sham: sham@480a4000 { | 151 | sham: sham@480a4000 { |