diff options
author | 2019-10-11 16:05:33 +0200 | |
---|---|---|
committer | 2019-10-25 14:28:42 +0200 | |
commit | 9737a358b56ac82940e133c5f850e58bf4955997 (patch) | |
tree | 8adf50b3e610cb4af028bf5e5a32b1b5a6cf25b2 | |
parent | ARM: dts: stm32: Fix active discharge usage on stm32mp157 (diff) | |
download | wireguard-linux-9737a358b56ac82940e133c5f850e58bf4955997.tar.xz wireguard-linux-9737a358b56ac82940e133c5f850e58bf4955997.zip |
ARM: dts: stm32: disable active-discharge for vbus_otg on stm32mp157a-avenger96
Active discharge is not needed on vbus_otg and generate unneeded current
consumption.
Signed-off-by: Pascal Paillet <p.paillet@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r-- | arch/arm/boot/dts/stm32mp157a-avenger96.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157a-avenger96.dts b/arch/arm/boot/dts/stm32mp157a-avenger96.dts index d1cc42a92d3f..628c74a45a25 100644 --- a/arch/arm/boot/dts/stm32mp157a-avenger96.dts +++ b/arch/arm/boot/dts/stm32mp157a-avenger96.dts @@ -252,7 +252,6 @@ regulator-name = "vbus_otg"; interrupts = <IT_OCP_OTG 0>; interrupt-parent = <&pmic>; - regulator-active-discharge = <1>; }; vbus_sw: pwr_sw2 { |