Commit 501e9bd5 authored by Angelo Arrifano's avatar Angelo Arrifano Committed by Tony Lindgren

omap: Fix a OMAP_MPUIO_VBASE typo for 850

This was crashing omap850 devices.
Reported-by: default avatarAlistair Buxton <a.j.buxton@gmail.com>
Signed-off-by: default avatarAngelo Arrifano <miknix@gmail.com>
Signed-obb-by: default avatarTony Lindgren <tony@atomide.com>
parent f5ee2fc7
......@@ -250,7 +250,7 @@ static struct gpio_bank gpio_bank_730[7] = {
#ifdef CONFIG_ARCH_OMAP850
static struct gpio_bank gpio_bank_850[7] = {
{ OMAP1_MPUIO_BASE, INT_850_MPUIO, IH_MPUIO_BASE, METHOD_MPUIO },
{ OMAP1_MPUIO_VBASE, INT_850_MPUIO, IH_MPUIO_BASE, METHOD_MPUIO },
{ OMAP850_GPIO1_BASE, INT_850_GPIO_BANK1, IH_GPIO_BASE, METHOD_GPIO_850 },
{ OMAP850_GPIO2_BASE, INT_850_GPIO_BANK2, IH_GPIO_BASE + 32, METHOD_GPIO_850 },
{ OMAP850_GPIO3_BASE, INT_850_GPIO_BANK3, IH_GPIO_BASE + 64, METHOD_GPIO_850 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment