ARM: dts: Fix musb interrupt for device tree booting
authorTony Lindgren <tony@atomide.com>
Wed, 15 May 2013 03:28:15 +0000 (20:28 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 16 May 2013 15:18:57 +0000 (08:18 -0700)
commit304e71e0ad4125c29a0731491b75c3b83530d616
treee9dd85ba9a13692728846457524eb5560c6cb06a
parentf722406faae2d073cc1d01063d1123c35425939e
ARM: dts: Fix musb interrupt for device tree booting

Commit ad871c10 (ARM: dts: OMAP: Add usb_otg and glue data to
OMAP3+ boards) added support for MUSB on omap3 for device tree,
but added the interrupts the wrong way probably as they were
copied from the omap4.dtsi file. On omap3 we have TI specific
interrupt controller, not GIC.

Fix this by specifying the interrupt following the TI INTC
binding.

Without this fix MUSB won't work as it is trying to use
irq0 instead of irq92.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3.dtsi