[PATCH v2 04/11] ARM: dts: ti: omap4: Add pbias SIM regulator
From: Thomas Richard
Date: Mon Mar 30 2026 - 09:53:36 EST
Add the pbias SIM regulator node for OMAP4.
Signed-off-by: Thomas Richard <thomas.richard@xxxxxxxxxxx>
---
arch/arm/boot/dts/ti/omap/omap4-l4.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
index 4881dd674393..6904a84a1700 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
@@ -697,6 +697,12 @@ pbias_mmc_reg: pbias_mmc_omap4 {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3000000>;
};
+
+ pbias_sim_reg: pbias_sim_omap4 {
+ regulator-name = "pbias_sim_omap4";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3000000>;
+ };
};
};
};
--
2.53.0