[02/11] arm64: dts: imx8mn-bsh-smm-s2-common: Leave regulator under hw state machine

Message ID 20250512135005.1419006-3-michael@amarulasolutions.com
State New
Headers show
Series
  • Update imx8mn-bsh-smm boards
Related show

Commit Message

Michael Nazzareno Trimarchi May 12, 2025, 1:49 p.m. UTC
Let regulator to be controlled by hardware state machine except LDO5

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 .../boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi      | 8 ++++++++
 1 file changed, 8 insertions(+)

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi
index 5a1ec2f6a5527..1f641c76a5ac7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi
@@ -144,6 +144,7 @@  buck4_reg: BUCK4 {
 				regulator-max-microvolt = <3300000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			buck5_reg: BUCK5 {
@@ -153,6 +154,7 @@  buck5_reg: BUCK5 {
 				regulator-max-microvolt = <1995000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			buck6_reg: BUCK6 {
@@ -162,6 +164,7 @@  buck6_reg: BUCK6 {
 				regulator-max-microvolt = <1400000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			ldo1_reg: LDO1 {
@@ -171,6 +174,7 @@  ldo1_reg: LDO1 {
 				regulator-max-microvolt = <1900000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			ldo2_reg: LDO2 {
@@ -180,6 +184,7 @@  ldo2_reg: LDO2 {
 				regulator-max-microvolt = <900000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			ldo3_reg: LDO3 {
@@ -189,6 +194,7 @@  ldo3_reg: LDO3 {
 				regulator-max-microvolt = <3300000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			ldo4_reg: LDO4 {
@@ -198,6 +204,7 @@  ldo4_reg: LDO4 {
 				regulator-max-microvolt = <1800000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 
 			ldo6_reg: LDO6 {
@@ -207,6 +214,7 @@  ldo6_reg: LDO6 {
 				regulator-max-microvolt = <1800000>;
 				regulator-boot-on;
 				regulator-always-on;
+				rohm,no-regulator-enable-control;
 			};
 		};
 	};