From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AEA83EFD1F; Thu, 22 Jan 2026 12:12:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.211.166.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769083951; cv=none; b=uRasOHkpJ7qqqbAW6iNp+TkOPTYmkd34r5wqPdPeUSYFNnqFXObXBv1L4rCWzvtiw72Huk+jnCYlBppeT/KgXeSQLWvw6JJrAfRpPpRx58+B20y9EZWSTRFLOqMgnY8N5cVe4jAojvAFG17vlz+f6faPG67KEfBwX29eDMEkItw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769083951; c=relaxed/simple; bh=xl975AnzSq233tR1SbD0JCFsC/GAwcWY6Hj9IXwm2WE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DfDTHzndhBUkQK+bKqTtDYEhGFy3VGJikvEp8tYqkHOUzDnbWD+i1alDdxUqFg+Y3Ec16dMclJsijrTKxIb4ImXFT2rSPLpCX/ufBIxSg4qbnOmhN5FgWTgOilq0L5jlafcZJVa+BWhHNekilPJJROY01VvsQEbURkp517C9Wpg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org; spf=pass smtp.mailfrom=gentoo.org; arc=none smtp.client-ip=140.211.166.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gentoo.org Received: from localhost (unknown [116.232.27.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id CB565341E8A; Thu, 22 Jan 2026 12:12:28 +0000 (UTC) Date: Thu, 22 Jan 2026 20:12:23 +0800 From: Yixun Lan To: Mark Brown Cc: Guodong Xu , Liam Girdwood , Alex Elder , Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Troy Mitchell , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH 0/4] regulator: spacemit-p1: Fix voltage ranges and support board power tree Message-ID: <20260122121223-GYC63789@gentoo.org> References: <20260122-spacemit-p1-v1-0-309be27fbff9@riscstar.com> <20260122101122-GYA63789@gentoo.org> <77bc5a5f-666d-4beb-ab78-99a242d72a39@sirena.org.uk> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77bc5a5f-666d-4beb-ab78-99a242d72a39@sirena.org.uk> Hi Mark, On 11:27 Thu 22 Jan , Mark Brown wrote: > On Thu, Jan 22, 2026 at 06:11:22PM +0800, Yixun Lan wrote: > > On 17:43 Thu 22 Jan , Guodong Xu wrote: > > > > Patch 1, n_voltages is corrected to match hardware register widths, as the > > > previous values prevented regulators from reaching higher operational > > > voltages (e.g., 3.3V on LDOs). > > > This patch bring system-wide change that not only affect Bananapi F3.. > > > Please also provide fix for other boards, I think you may not be able > > to test all boards, but make sure the patches are available, so people > > who interested can test, P.S I can help on milkv jupiter board > > Patch 1 looks like it should be OK as is? then with patch 3, and for other boards (milkv jupiter), should have similar DT fix as patch 4.. -- Yixun Lan (dlan)