[PATCH 5/6] arm64: dts: imx8mp-phyboard-pollux: Add VCC_5V_SW regulator
Yannic Moog
Y.Moog at phytec.de
Mon Aug 19 01:43:16 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 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 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-phyboard-pollux-rdk.dts | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> 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 @@ panel1_in: endpoint {
> };
> };
>
> + 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";
>
More information about the linux-arm-kernel
mailing list