ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Fri, 30 Sep 2022 15:02:32 +0000 (17:02 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 24 Oct 2022 08:24:01 +0000 (10:24 +0200)
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>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index 23ca0b7..a665189 100644 (file)
        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 {