From: Suman Anna Date: Mon, 23 Dec 2013 22:59:39 +0000 (-0600) Subject: ARM: dts: OMAP2: fix interrupt number for rng X-Git-Tag: upstream/snapshot3+hdmi~3589^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e37e1cb0ee231ffdc9b5ef1da63a0c7e1077c603;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index d0c5b37..5377ddf 100644 --- a/arch/arm/boot/dts/omap2.dtsi +++ b/arch/arm/boot/dts/omap2.dtsi @@ -145,7 +145,7 @@ compatible = "ti,omap2-rng"; ti,hwmods = "rng"; reg = <0x480a0000 0x50>; - interrupts = <36>; + interrupts = <52>; }; sham: sham@480a4000 {