diff options
author | 2023-07-30 19:49:51 +0200 | |
---|---|---|
committer | 2023-08-10 17:37:28 +0200 | |
commit | efbb7f91ca997939bb0b06baab9c9dec51863ce5 (patch) | |
tree | 08f58f18572fbc493481e2d52cadc85c22a7c8c0 | |
parent | ARM: dts: stm32: fix dts check warnings on stm32mp15-scmi (diff) | |
download | wireguard-linux-efbb7f91ca997939bb0b06baab9c9dec51863ce5.tar.xz wireguard-linux-efbb7f91ca997939bb0b06baab9c9dec51863ce5.zip |
ARM: dts: st: stm32mp157c-emstamp: drop incorrect vref_ddr property
The STPMIC1 PMIC vref_ddr regulator does not support over-current
protection, according to bindings and Linux driver:
stm32mp157c-emsbc-argon.dtb: stpmic@33: regulators:vref_ddr: 'regulator-over-current-protection' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi b/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi index fd89542c69c9..f8e9980ed3d4 100644 --- a/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi +++ b/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi @@ -310,7 +310,6 @@ vref_ddr: vref_ddr { regulator-name = "vref_ddr"; regulator-always-on; - regulator-over-current-protection; }; bst_out: boost { |