summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2021-03-01 16:01:40 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:51:44 +0800
commit5b61c7ca7177e0c3dbbb6ec4700a8fa11ae583ad (patch)
tree616ad9251a186c3f4a438c2d10133036cc8726db
parent74911218d12ff6e1d7a49e45ef4d6401db2632d2 (diff)
MLK-25579-3 arm64: dts: imx8ulp-evk: Add fixed 5v regulator
This patch adds a fixed 5v regulator for the i.MX8ulp EVK platform. The regulator can be used by a MIPI DSI panel which can be connected to the i.MX8ulp EVK board. Cc: Dong Aisheng <aisheng.dong@nxp.com> Cc: Leo Li <leoyang.li@nxp.com> Cc: Sandor Yu <Sandor.yu@nxp.com> Cc: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8ulp-evk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts b/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
index 2940bb48c424..eddf23dc79c2 100644
--- a/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
@@ -122,6 +122,14 @@
};
};
+ reg_5v: regulator-5v {
+ compatible = "regulator-fixed";
+ regulator-name = "5V";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ regulator-always-on;
+ };
+
usdhc2_pwrseq: usdhc2_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&pcal6408 2 GPIO_ACTIVE_LOW>;