From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A828C61D85 for ; Thu, 23 Nov 2023 10:56:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233303AbjKWK4p (ORCPT ); Thu, 23 Nov 2023 05:56:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233170AbjKWK4i (ORCPT ); Thu, 23 Nov 2023 05:56:38 -0500 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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