diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_81xx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c index cab1eb61ac96..c92413769144 100644 --- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c @@ -478,6 +478,8 @@ static struct omap_hwmod dm81xx_gpmc_hwmod = {  	.clkdm_name	= "alwon_l3s_clkdm",  	.class		= &dm81xx_gpmc_hwmod_class,  	.main_clk	= "sysclk6_ck", +	/* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */ +	.flags		= DEBUG_OMAP_GPMC_HWMOD_FLAGS,  	.prcm = {  		.omap4 = {  			.clkctrl_offs = DM816X_CM_ALWON_GPMC_CLKCTRL,  |