Skip to content

Commit e37e1cb

Browse files
sumanannatmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 3d49538 commit e37e1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
compatible = "ti,omap2-rng";
146146
ti,hwmods = "rng";
147147
reg = <0x480a0000 0x50>;
148-
interrupts = <36>;
148+
interrupts = <52>;
149149
};
150150

151151
sham: sham@480a4000 {

0 commit comments

Comments
 (0)