[PATCH 1/6] arm64: dts: imx8mp-phycore: Add VDD_IO regulator
Yannic Moog
Y.Moog at phytec.de
Mon Aug 19 01:42:06 PDT 2024
On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote:
> From: Yashwanth Varakala <y.varakala at 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 at phytec.de>
> Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
Reviewed-by: Yannic Moog <y.moog at 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 at 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 {
>
More information about the linux-arm-kernel
mailing list