On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote: > From: Yashwanth Varakala <y.varakala@xxxxxxxxx> > > 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@xxxxxxxxx> > Signed-off-by: Teresa Remmet <t.remmet@xxxxxxxxx> Reviewed-by: Yannic Moog <y.moog@xxxxxxxxx> > --- > 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 { >