From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D06D820F5 for ; Wed, 6 Dec 2023 01:48:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="K7cfRXrY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEA9DC433C8; Wed, 6 Dec 2023 01:48:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701827288; bh=aveWPcmiMSYTLWtxgppugRwbwEVebRAdbAJo1waV97c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K7cfRXrYgDXLXiBhlMsGo0raQgTfNSb7goYEvNKSi2Qz0hAujY2zZj4C6Grw5zcQs /T3p7ZJuv/mctwQcxxl7ZH4nxql51YFsfgo4Yo6gFqRRHO+pYTr4jk2I78DArC1Xpx jAPHbNi0jq4eQP3iL7wrzi0mEF0jwQWgroRynZ6ZS519FolU/pSHX+CBiFBtmv2Zf2 ZhBSqe//RjwKnD9ro4YlMTdYAqsyK4Sw7Gbz+ro0iOzK2VMA8PHPOTvv0i4QB6ocaG XBqrbzOEi054OzGfF3273iNBuO8qa8bijj/1q0qVr/7QwizUQ+VKo8Dugjhxpmi57p gwkG1LjwwFVIg== Date: Wed, 6 Dec 2023 09:48:02 +0800 From: Shawn Guo To: Francesco Dolcini Cc: Fabio Estevam , 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: <20231206014802.GC236001@dragon> 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: On Thu, Nov 23, 2023 at 11:56:39AM +0100, Francesco Dolcini wrote: > 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. Applied with the Fixes tag, thanks!