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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3A4C3E94109 for ; Tue, 30 Dec 2025 08:25:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=YZZXhoKkfB6RA5aXDM32Bi6EhznvG+70WIJRtdsvVWs=; b=dDbPUKviBzmjuh4zeLWcklFuuI 6BUCfKgfHuzWhrcsha9gJmbJQB4DtwRVlg2qFosUG55d+f+feJp/1Ho5OufSyxhIUqIbvAen7bnU/ eNI+ug6c0M/ZUiLhgxHsyIhufsn6pimI9gMzUtL+G1frrWkUF/Cfap8g3gUIbAEZ2K5uMnF47hhwz Ly2FQYcnWfXWdEuNmFlsVmzOIGE1G1FZBlYoR/pg8M0L7DgOv9pOfUZj4yrtN1RRUs9Gp6qrSqdTW W+sFRjunE8udj+uqpdlJ1myzSl/UVWriJghpQeQIana5xcmJFTHBdDFgXmBx5WUzEChF2D2wuRQxm OzBoYYLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vaV2H-00000004ZXI-16r8; Tue, 30 Dec 2025 08:24:57 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vaV2F-00000004ZWv-0trc for linux-arm-kernel@lists.infradead.org; Tue, 30 Dec 2025 08:24:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 6E75644405; Tue, 30 Dec 2025 08:24:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D35FC4CEFB; Tue, 30 Dec 2025 08:24:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767083094; bh=IA1k12UgLIS1u8d+vnsFBGqml4AHHe5zW320c+g6a8U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AmPGOcl/vnaajXN1b0gJNxCgG4/zODZVA8DDOcq2tMRy0Mr537nthtPQAjL5m6TFF /SzcgDenr84FowcZTv0iK66w5elm2+1sIUOl/f4C2q3jkk9WMufpRhmctMKNLhs7JE /isQF/RfbwlLFf+S25sV00h6WgG2sts42mkd034D1O8JSB4WYAkbRfYI+9OoatSWTy aiNEIcXgCowiZAYa9fKdIqaZmZDmgg40dK5GKA1xQPTvyjk91Fuz/6pEHt5lzXydpM +hTerLCDV1JvGMAIDf5YSHVhxUZhoL2Gb1fqIEgGOJhe7bu9jyh8pdhUx8yGxb/unJ 8/Y4fCkep65rQ== Date: Tue, 30 Dec 2025 16:24:49 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Markus Niebel , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: dts: imx8mn-tqma8mqnl: remove virtual 3.3V regulator Message-ID: References: <20251216133927.913039-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251216133927.913039-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251230_002455_289554_0188CDA6 X-CRM114-Status: UNSURE ( 8.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 16, 2025 at 02:39:23PM +0100, Alexander Stein wrote: > From: Markus Niebel > > BUCK4 rail supplies the 3.3V rail. Use the actual regulator > instead of a virtual fixed regulator. > > Signed-off-by: Markus Niebel > Signed-off-by: Alexander Stein Applied all, thanks!