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>
This commit is contained in:
Yashwanth Varakala
2024-08-14 11:26:12 +02:00
committed by Shawn Guo
parent c27b263935
commit c53c06cdfa

View File

@@ -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";