Skip to content

Commit a35f08a

Browse files
krzkAlexandre Torgue
authored andcommitted
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent efbb7f9 commit a35f08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
vbus_otg: pwr_sw1 {
321321
regulator-name = "vbus_otg";
322322
interrupts = <IT_OCP_OTG 0>;
323-
regulator-active-discharge;
323+
regulator-active-discharge = <1>;
324324
};
325325

326326
vbus_usbh: pwr_sw2 {

0 commit comments

Comments
 (0)