diff mbox series

ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1

Message ID 20220930150232.249573-1-fabrice.gasnier@foss.st.com
State New
Headers show
Series ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1 | expand

Commit Message

Fabrice Gasnier Sept. 30, 2022, 3:02 p.m. UTC
From: Amelie Delaunay <amelie.delaunay@foss.st.com>

phy-stm32-usbphyc bindings uses a connector node with vbus-supply
property.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
---
 arch/arm/boot/dts/stm32mp157c-ev1.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index d142dd30e16b..e22e394832a8 100644
--- a/arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts
@@ -385,6 +385,11 @@  &usbphyc_port0 {
 	st,tune-squelch-level = <3>;
 	st,tune-hs-rx-offset = <2>;
 	st,no-lsfs-sc;
+
+	connector {
+		compatible = "usb-a-connector";
+		vbus-supply = <&vbus_sw>;
+	};
 };
 
 &usbphyc_port1 {