diff options
author | Yashwanth Varakala <y.varakala@phytec.de> | 2024-08-14 11:26:12 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-09-04 11:36:19 +0200 |
commit | c53c06cdfa60c2e3cf68e3acb74438248c9bdca4 (patch) | |
tree | 55105635c1f91db7fa3c9de9279c0e77f18391b3 | |
parent | arm64: dts: imx8mp-phyboard-pollux: Assign regulator to EEPROM node (diff) | |
download | linux-c53c06cdfa60c2e3cf68e3acb74438248c9bdca4.tar.xz linux-c53c06cdfa60c2e3cf68e3acb74438248c9bdca4.zip |
arm64: dts: imx8mp-phyboard-pollux: Add VCC_5V_SW regulator
Add fixed regulator VCC_5V_SW based on the phyBOARD-Pollux schematics
to reflect the connectivity on the phyBOARD-Pollux-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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts index 4cdb3b9fff08..62f1819bc1a4 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts @@ -43,6 +43,15 @@ }; }; + reg_vcc_5v_sw: regulator-vcc-5v-sw { + compatible = "regulator-fixed"; + regulator-always-on; + regulator-boot-on; + regulator-max-microvolt = <5000000>; + regulator-min-microvolt = <5000000>; + regulator-name = "VCC_5V_SW"; + }; + reg_can1_stby: regulator-can1-stby { compatible = "regulator-fixed"; pinctrl-names = "default"; |