[PATCH v3 0/2] usb: dwc3: Enable PHY support

Michal Simek michal.simek at xilinx.com
Wed Mar 9 10:05:43 CET 2022


Hi,

I am sending two patches for adding PHY support for DWC3 driver. For
getting this work one header patch is required to fix issue with
am57xx_hs_evm_usb_defconfig which enabled CONFIG_PHY and DWC3 drivers for
U-Boot proper but doesn't enable CONFIG_SPL_PHY support. That's why there
is a need to use CONFIG_IS_ENABLED macro to also properly handle SPL
builds.

Marek: Please take both of these patches via your usb tree.

Thanks,
Michal

Changes in v3:
- Add cover letter

Changes in v2:
- based on bug reported by Marek
 https://lore.kernel.org/all/d7adc9a4-f505-eaab-8cd9-45f778bc3b4a@denx.de/
- Add missing header

Michal Simek (2):
  generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
  usb: dwc3: Add support for usb3-phy PHY configuration

 drivers/usb/dwc3/dwc3-generic.c | 18 ++++++++++++++++++
 include/generic-phy.h           |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.35.1



More information about the U-Boot mailing list