Commit a35f08a7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Alexandre Torgue
Browse files

ARM: dts: st: stm32mp157c-emstamp: correct regulator-active-discharge



The "regulator-active-discharge" property is uint32, not boolean:

  stm32mp157c-emsbc-argon.dtb: stpmic@33: regulators:pwr_sw1:regulator-active-discharge: True is not of type 'array'

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent efbb7f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ bst_out: boost {
			vbus_otg: pwr_sw1 {
				regulator-name = "vbus_otg";
				interrupts = <IT_OCP_OTG 0>;
				regulator-active-discharge;
				regulator-active-discharge = <1>;
			};

			vbus_usbh: pwr_sw2 {