diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpio.c')
| -rw-r--r-- | arch/arm/mach-omap2/gpio.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/gpio.c b/arch/arm/mach-omap2/gpio.c index 1d60fffccb3..bc9271a970a 100644 --- a/arch/arm/mach-omap2/gpio.c +++ b/arch/arm/mach-omap2/gpio.c @@ -88,6 +88,7 @@ static int omap2_gpio_dev_init(struct omap_hwmod *oh, void *unused)  		pdata->regs->clr_irqenable = OMAP24XX_GPIO_CLEARIRQENABLE1;  		pdata->regs->debounce = OMAP24XX_GPIO_DEBOUNCE_VAL;  		pdata->regs->debounce_en = OMAP24XX_GPIO_DEBOUNCE_EN; +		pdata->regs->ctrl = OMAP24XX_GPIO_CTRL;  		break;  	case 2:  		pdata->bank_type = METHOD_GPIO_44XX; @@ -104,6 +105,7 @@ static int omap2_gpio_dev_init(struct omap_hwmod *oh, void *unused)  		pdata->regs->clr_irqenable = OMAP4_GPIO_IRQSTATUSCLR0;  		pdata->regs->debounce = OMAP4_GPIO_DEBOUNCINGTIME;  		pdata->regs->debounce_en = OMAP4_GPIO_DEBOUNCENABLE; +		pdata->regs->ctrl = OMAP4_GPIO_CTRL;  		break;  	default:  		WARN(1, "Invalid gpio bank_type\n");  |