From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF4321B2; Thu, 23 Nov 2023 02:56:44 -0800 (PST) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 058661F8DC; Thu, 23 Nov 2023 11:56:43 +0100 (CET) Date: Thu, 23 Nov 2023 11:56:39 +0100 From: Francesco Dolcini To: Fabio Estevam , Shawn Guo Cc: Francesco Dolcini , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Stefan Eichenberger , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1] arm64: dts: imx8-apalis: set wifi regulator to always-on Message-ID: References: <20231123104812.13906-1-francesco@dolcini.it> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hello Fabio, On Thu, Nov 23, 2023 at 07:52:27AM -0300, Fabio Estevam wrote: > On Thu, Nov 23, 2023 at 7:48 AM Francesco Dolcini wrote: > > > > From: Stefan Eichenberger > > > > Make sure that the wifi regulator is always on. The wifi driver itself > > puts the wifi module into suspend mode. If we cut the power the driver > > will crash when resuming from suspend. > > > > Signed-off-by: Stefan Eichenberger > > Signed-off-by: Francesco Dolcini > > I think this one deserves a Fixes tag. Fixes: ad0de4ceb706 ("arm64: dts: freescale: add initial apalis imx8 aka quadmax module support") Shawn, I assume you could just pick the Fixes tag without me sending a v2, if you disagree just speak-up. Francesco