Skip to content

Commit

Permalink
ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0
Browse files Browse the repository at this point in the history
Here's one more gpio_to_irq conversion that we missed
earlier. Tested with n800 in gadget mode using USB_ETH.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jun 20, 2012
1 parent 310018d commit 3d09b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/usb-tusb6010.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ tusb6010_setup_interface(struct musb_hdrc_platform_data *data,
printk(error, 3, status);
return status;
}
tusb_resources[2].start = irq + IH_GPIO_BASE;
tusb_resources[2].start = gpio_to_irq(irq);

/* set up memory timings ... can speed them up later */
if (!ps_refclk) {
Expand Down

0 comments on commit 3d09b33

Please sign in to comment.