public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Yannic Moog <Y.Moog@phytec.de>
To: "kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"robh@kernel.org" <robh@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	Teresa Remmet <T.Remmet@phytec.de>
Cc: "imx@lists.linux.dev" <imx@lists.linux.dev>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Benjamin Hahn <B.Hahn@phytec.de>,
	"Yashwanth Varakala" <Y.Varakala@phytec.de>,
	PHYTEC Upstream <upstream@lists.phytec.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/6] arm64: dts: imx8mp-phycore: Add VDD_IO regulator
Date: Mon, 19 Aug 2024 08:42:06 +0000	[thread overview]
Message-ID: <283d8090f358c6343c126fbac77462e19bdc7b74.camel@phytec.de> (raw)
In-Reply-To: <20240814-b4-wip-t-remmet-phytec-de-bspimx8m-3392_upstream-v1-1-e2500950c632@phytec.de>

On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote:
> From: Yashwanth Varakala <y.varakala@phytec.de>
> 
> Add fixed regulator VDD_IO (3.3v) based on the SoM schematics to reflect
> the connectivity on the phyCORE-i.MX8MP.
> 
> Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
> Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Yannic Moog <y.moog@phytec.de>

> ---
>  arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> index e6ffa6a6b68b..9c5272c6931a 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> @@ -20,6 +20,15 @@ memory@40000000 {
>  		device_type = "memory";
>  		reg = <0x0 0x40000000 0 0x80000000>;
>  	};
> +
> +	reg_vdd_io: regulator-vdd-io {
> +		compatible = "regulator-fixed";
> +		regulator-always-on;
> +		regulator-boot-on;
> +		regulator-max-microvolt = <3300000>;
> +		regulator-min-microvolt = <3300000>;
> +		regulator-name = "VDD_IO";
> +	};
>  };
>  
>  &A53_0 {
> 


  reply	other threads:[~2024-08-19  8:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14  9:26 [PATCH 0/6] arm64: dts phyBOARD-Pollux: Update regulator nodes Teresa Remmet
2024-08-14  9:26 ` [PATCH 1/6] arm64: dts: imx8mp-phycore: Add VDD_IO regulator Teresa Remmet
2024-08-19  8:42   ` Yannic Moog [this message]
2024-08-14  9:26 ` [PATCH 2/6] arm64: dts: imx8mp-phycore: Assign regulator to EEPROM node Teresa Remmet
2024-08-19  8:42   ` Yannic Moog
2024-08-14  9:26 ` [PATCH 3/6] arm64: dts: imx8mp-phyboard-pollux: Add SD-Card vqmmc supply Teresa Remmet
2024-08-19  8:42   ` Yannic Moog
2024-08-14  9:26 ` [PATCH 4/6] arm64: dts: imx8mp-phyboard-pollux: Assign regulator to EEPROM node Teresa Remmet
2024-08-19  8:42   ` Yannic Moog
2024-08-14  9:26 ` [PATCH 5/6] arm64: dts: imx8mp-phyboard-pollux: Add VCC_5V_SW regulator Teresa Remmet
2024-08-19  8:43   ` Yannic Moog
2024-08-14  9:26 ` [PATCH 6/6] arm64: dts: imx8mp-phyboard-pollux: Add usb3_phy1 regulator reference Teresa Remmet
2024-08-19  8:43   ` Yannic Moog
2024-08-31 13:20 ` [PATCH 0/6] arm64: dts phyBOARD-Pollux: Update regulator nodes Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=283d8090f358c6343c126fbac77462e19bdc7b74.camel@phytec.de \
    --to=y.moog@phytec.de \
    --cc=B.Hahn@phytec.de \
    --cc=T.Remmet@phytec.de \
    --cc=Y.Varakala@phytec.de \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=upstream@lists.phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox