diff options
| author | Yashwanth Varakala <[email protected]> | 2024-08-14 11:26:08 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2024-09-04 17:36:18 +0800 |
| commit | 54b7ff384dbfe70513c56933b8fc4f7fb858899b (patch) | |
| tree | dd7d7cde6ea363b94c18f182ec56c509fed78db4 | |
| parent | 7e4030e32a536c47a42bfd7a42b6cb9483ad762c (diff) | |
arm64: dts: imx8mp-phycore: Add VDD_IO regulator
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 <[email protected]>
Signed-off-by: Teresa Remmet <[email protected]>
Reviewed-by: Yannic Moog <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ 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 { |