diff options
author | Keerthy <j-keerthy@ti.com> | 2017-09-06 12:33:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 19:43:23 +0200 |
commit | 06480f8cf559001c9eb49b4e9d822e13ad1cc5c4 (patch) | |
tree | 09cbd12bb4c2948da4753e62ecdb289ea2e98e61 /arch/arm | |
parent | ARM: dts: nokia n900: drop unneeded/undocumented parts of the dts (diff) | |
download | linux-06480f8cf559001c9eb49b4e9d822e13ad1cc5c4.tar.xz linux-06480f8cf559001c9eb49b4e9d822e13ad1cc5c4.zip |
ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
gpio1 soft reset fails in the kexec path as the optional clock
is not enabled hence enable the HWMOD_CONTROL_OPT_CLKS_IN_RESET
flag for gpio1 hwmod.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c index f040244c57e7..2f4f7002f38d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c @@ -839,6 +839,7 @@ static struct omap_hwmod dra7xx_gpio1_hwmod = { .name = "gpio1", .class = &dra7xx_gpio_hwmod_class, .clkdm_name = "wkupaon_clkdm", + .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, .main_clk = "wkupaon_iclk_mux", .prcm = { .omap4 = { |