mbox series

[RESEND,v2,0/2] STM32 USBPHYC vbus-supply property support

Message ID 20210517120821.26466-1-amelie.delaunay@foss.st.com
Headers show
Series STM32 USBPHYC vbus-supply property support | expand

Message

Amelie Delaunay May 17, 2021, 12:08 p.m. UTC
STM32 USBPHYC provides two USB High-Speed ports which are used by controllers
with Host capabilities. That's why vbus-supply has to be supported on each
phy node.

---
Changes in v2:
- use connector node vbus-supply property as suggested by Rob
---
Amelie Delaunay (2):
  dt-bindings: phy: add vbus-supply optional property to
    phy-stm32-usbphyc
  phy: stm32: manage optional vbus regulator on phy_power_on/off

 .../bindings/phy/phy-stm32-usbphyc.yaml       | 11 +++++++
 drivers/phy/st/phy-stm32-usbphyc.c            | 31 +++++++++++++++++++
 2 files changed, 42 insertions(+)

Comments

Vinod Koul May 31, 2021, 8:22 a.m. UTC | #1
On 17-05-21, 14:08, Amelie Delaunay wrote:
> STM32 USBPHYC provides two USB High-Speed ports which are used by controllers
> with Host capabilities. That's why vbus-supply has to be supported on each
> phy node.

Applied, thanks