mbox series

[0/2] STM32 USBPHYC ck_usbo_48m clock provider

Message ID 20210114101949.23859-1-amelie.delaunay@foss.st.com (mailing list archive)
Headers show
Series STM32 USBPHYC ck_usbo_48m clock provider | expand

Message

Amelie Delaunay Jan. 14, 2021, 10:19 a.m. UTC
STM32 USBPHYC provides clocks to STM32 RCC pour STM32 USB controllers.
Specifically, ck_usbo_48m is a possible clock parent for USB OTG clock,
during OTG Full-Speed operation.

This series registers the usbphyc as clock provider of this ck_usbo_48m clock.

Amelie Delaunay (2):
  dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells required
    property
  phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

 .../bindings/phy/phy-stm32-usbphyc.yaml       |  6 ++
 drivers/phy/st/phy-stm32-usbphyc.c            | 66 +++++++++++++++++++
 2 files changed, 72 insertions(+)