diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index f5e68a782025..43eebf2c59e2 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -1188,15 +1188,8 @@ static struct omap_hwmod omap44xx_gpmc_hwmod = { | |||
1188 | .name = "gpmc", | 1188 | .name = "gpmc", |
1189 | .class = &omap44xx_gpmc_hwmod_class, | 1189 | .class = &omap44xx_gpmc_hwmod_class, |
1190 | .clkdm_name = "l3_2_clkdm", | 1190 | .clkdm_name = "l3_2_clkdm", |
1191 | /* | 1191 | /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */ |
1192 | * XXX HWMOD_INIT_NO_RESET should not be needed for this IP | 1192 | .flags = DEBUG_OMAP_GPMC_HWMOD_FLAGS, |
1193 | * block. It is not being added due to any known bugs with | ||
1194 | * resetting the GPMC IP block, but rather because any timings | ||
1195 | * set by the bootloader are not being correctly programmed by | ||
1196 | * the kernel from the board file or DT data. | ||
1197 | * HWMOD_INIT_NO_RESET should be removed ASAP. | ||
1198 | */ | ||
1199 | .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, | ||
1200 | .prcm = { | 1193 | .prcm = { |
1201 | .omap4 = { | 1194 | .omap4 = { |
1202 | .clkctrl_offs = OMAP4_CM_L3_2_GPMC_CLKCTRL_OFFSET, | 1195 | .clkctrl_offs = OMAP4_CM_L3_2_GPMC_CLKCTRL_OFFSET, |