@@ -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;
};
};
};
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(+)