diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2420_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 8eb3ce1bbfb..c4d0ae87d62 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -1639,6 +1639,7 @@ static struct omap_hwmod_ocp_if *omap2420_gpio1_slaves[] = {  static struct omap_hwmod omap2420_gpio1_hwmod = {  	.name		= "gpio1", +	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,  	.mpu_irqs	= omap242x_gpio1_irqs,  	.mpu_irqs_cnt	= ARRAY_SIZE(omap242x_gpio1_irqs),  	.main_clk	= "gpios_fck", @@ -1669,6 +1670,7 @@ static struct omap_hwmod_ocp_if *omap2420_gpio2_slaves[] = {  static struct omap_hwmod omap2420_gpio2_hwmod = {  	.name		= "gpio2", +	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,  	.mpu_irqs	= omap242x_gpio2_irqs,  	.mpu_irqs_cnt	= ARRAY_SIZE(omap242x_gpio2_irqs),  	.main_clk	= "gpios_fck", @@ -1699,6 +1701,7 @@ static struct omap_hwmod_ocp_if *omap2420_gpio3_slaves[] = {  static struct omap_hwmod omap2420_gpio3_hwmod = {  	.name		= "gpio3", +	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,  	.mpu_irqs	= omap242x_gpio3_irqs,  	.mpu_irqs_cnt	= ARRAY_SIZE(omap242x_gpio3_irqs),  	.main_clk	= "gpios_fck", @@ -1729,6 +1732,7 @@ static struct omap_hwmod_ocp_if *omap2420_gpio4_slaves[] = {  static struct omap_hwmod omap2420_gpio4_hwmod = {  	.name		= "gpio4", +	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,  	.mpu_irqs	= omap242x_gpio4_irqs,  	.mpu_irqs_cnt	= ARRAY_SIZE(omap242x_gpio4_irqs),  	.main_clk	= "gpios_fck", @@ -1782,7 +1786,7 @@ static struct omap_hwmod_irq_info omap2420_dma_system_irqs[] = {  static struct omap_hwmod_addr_space omap2420_dma_system_addrs[] = {  	{  		.pa_start	= 0x48056000, -		.pa_end		= 0x4a0560ff, +		.pa_end		= 0x48056fff,  		.flags		= ADDR_TYPE_RT  	},  };  |