From nobody Mon Apr 6 11:59:01 2026 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 B07BD3ECBE7; Thu, 19 Mar 2026 16:31:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773937909; cv=none; b=OJs6rQ20MJJz/mGdcwxEAyHxDrQK2B4nQA3cKqk2czD3c3BAvLJIJm+UuEGgc3jizT75PPp2DL+WE1X65WYcXHW7YT3Ut3bVsuFhSpMcwS7lNncQaJRdUejAmEef+2ltsS0qPydOtxbrQpemg/e424eVDazJhKl3XotyONAEiew= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773937909; c=relaxed/simple; bh=808siTn/eKlIL4fo1RdjLsJxG5BEBSTbGLlJxTqmWVM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hmBjETMAD0aY+0jo1DNuoKgr/2Sy+m8fN1bYfqcnZPt48S1MjhbSJJS3/p4v+Fq9XH8yjKHqv/2D9m9mxlnBLio/nmOmy69pdbijvRx+YFQI2sdcBjsRRUI9jT68HG94CCvhJRWqmVM46p/NJPdQgOV+w+Rd2SI0dOw8/7bSeZc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UUU31YWP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UUU31YWP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AA6EC2BCAF; Thu, 19 Mar 2026 16:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773937909; bh=808siTn/eKlIL4fo1RdjLsJxG5BEBSTbGLlJxTqmWVM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UUU31YWPvBVPjtqb8P4Ak32O4yTKIRdPax3y2K8iJGZGx+yRPWgZS8KC4zfYJ2HTv Ktg1eKPA2Hp+SvGVDRMeQibvMwgHbYL1QEZWApUNX9YRM142B3hvsLVnKeViAhUTwq PSyEyW4j5hOOJzSrfE+7yxs7JAsPjgshDOeQurySZ6ehDt+pNmQFHulE4836nimQju t/eCELpRucFJOCV4KvEwLqh6pMJjobJiRwKTl7vAjvyH3iOU7V6kgkVeellw7NAMeB mJuakFcu10lQHn/CRfIT16Phu310duhfOr2af6mFG0JdVu0UkWJG4qpc6JZUnzTrl6 QXVmPDwohEvMQ== From: Conor Dooley To: linux-riscv@lists.infradead.org Cc: conor@kernel.org, Conor Dooley , Daire McNamara , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Valentina.FernandezAlanis@microchip.com, Brian.Burke@microchip.com, cyril.jean@microchip.com Subject: [PATCH v1 3/5] riscv: dts: microchip: clean up beaglev-fire regulator node names Date: Thu, 19 Mar 2026 16:31:17 +0000 Message-ID: <20260319-impale-perch-2b612429c555@spud> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260319-outsell-hypnotic-94b480408ad4@spud> References: <20260319-outsell-hypnotic-94b480408ad4@spud> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1143; i=conor.dooley@microchip.com; h=from:subject:message-id; bh=gip2ctW3zViKnQHwnuvE1rS87LP2hxhiGIYJwVK2hCY=; b=owGbwMvMwCVWscWwfUFT0iXG02pJDJl7VK4wr5PhXJHH4xzB69Cu+bDYblH24kMsyypXCH+QP zUl9d/sjlIWBjEuBlkxRZbE230tUuv/uOxw7nkLM4eVCWQIAxenAEzkLhPD/9iWM7+DJ4oWnP6v ZLj58QmG9bZLxdlbbD7v/pW81r76yxxGhg2/OGQLXK9Imr6Lj++1P9q+zT/HVfF60+3pLNt+THJ 8zw8A X-Developer-Key: i=conor.dooley@microchip.com; a=openpgp; fpr=F9ECA03CF54F12CD01F1655722E2C55B37CF380C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Conor Dooley Recently the binding for regulator-fixed introduced preferred naming, in the regulator-XvY format. Change the existing regulators to match this pattern. Signed-off-by: Conor Dooley --- arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts b/arch/ris= cv/boot/dts/microchip/mpfs-beaglev-fire.dts index 2c0a420d89ff0..37c3525d490c0 100644 --- a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts +++ b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts @@ -63,14 +63,14 @@ imx219_vana: fixedregulator-0 { regulator-max-microvolt =3D <2800000>; }; =20 - imx219_vdig: fixedregulator-1 { + imx219_vdig: regulator-1v8 { compatible =3D "regulator-fixed"; regulator-name =3D "imx219_vdig"; regulator-min-microvolt =3D <1800000>; regulator-max-microvolt =3D <1800000>; }; =20 - imx219_vddl: fixedregulator-2 { + imx219_vddl: regulator-1v2 { compatible =3D "regulator-fixed"; regulator-name =3D "imx219_vddl"; regulator-min-microvolt =3D <1200000>; --=20 2.51.0