[PATCH 2/2] ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0
Felipe Balbi
balbi at ti.com
Mon Jun 25 05:38:59 EDT 2012
On Wed, Jun 13, 2012 at 03:15:12AM -0700, Tony Lindgren wrote:
> 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 at ti.com>
> Signed-off-by: Tony Lindgren <tony at atomide.com>
Acked-by: Felipe Balbi <balbi at ti.com>
> ---
> arch/arm/mach-omap2/usb-tusb6010.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/usb-tusb6010.c b/arch/arm/mach-omap2/usb-tusb6010.c
> index db84a46..805bea6 100644
> --- a/arch/arm/mach-omap2/usb-tusb6010.c
> +++ b/arch/arm/mach-omap2/usb-tusb6010.c
> @@ -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) {
>
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120625/bd7020b7/attachment.sig>
More information about the linux-arm-kernel
mailing list