From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754158AbdIRLkW (ORCPT ); Mon, 18 Sep 2017 07:40:22 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:61537 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753139AbdIRLkU (ORCPT ); Mon, 18 Sep 2017 07:40:20 -0400 Subject: Re: [PATCH] arm: omap: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1 To: References: <1504694038-32159-1-git-send-email-j-keerthy@ti.com> CC: , , , From: Keerthy Message-ID: Date: Mon, 18 Sep 2017 17:09:51 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1504694038-32159-1-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 06 September 2017 04:03 PM, Keerthy wrote: > 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. A gentle ping on this as well. > > Signed-off-by: Keerthy > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 7cc3247..6ae729a 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -1037,6 +1037,7 @@ struct omap_hwmod dra7xx_sha0_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 = { >