Commit c9b2fe7e authored by Pascal Paillet's avatar Pascal Paillet Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Fix active discharge usage on stm32mp157



Active discharge is a uint32 not a boolean.

Signed-off-by: default avatarPascal Paillet <p.paillet@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 791be94e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -252,14 +252,14 @@
				regulator-name = "vbus_otg";
				interrupts = <IT_OCP_OTG 0>;
				interrupt-parent = <&pmic>;
				regulator-active-discharge;
				regulator-active-discharge = <1>;
			};

			vbus_sw: pwr_sw2 {
				regulator-name = "vbus_sw";
				interrupts = <IT_OCP_SWOUT 0>;
				interrupt-parent = <&pmic>;
				regulator-active-discharge;
				regulator-active-discharge = <1>;
			};
		};

+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@
			 vbus_sw: pwr_sw2 {
				regulator-name = "vbus_sw";
				interrupts = <IT_OCP_SWOUT 0>;
				regulator-active-discharge;
				regulator-active-discharge = <1>;
			 };
		};

+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@
			 vbus_sw: pwr_sw2 {
				regulator-name = "vbus_sw";
				interrupts = <IT_OCP_SWOUT 0>;
				regulator-active-discharge;
				regulator-active-discharge = <1>;
			 };
		};