
On 09/12/19 10:37 AM, Vignesh Raghavendra wrote:
This series adds USB support for AM654 SoC that has DWC3 USB controller.
Patch 1 adds new compatible for DWC3 driver. Patch 2 and 3 adds PHY related changes and remaining patches add DT and configs related to USB host,device and DFU support.
v2: Rebase onto the latest master Collect Reviewed-bys
Merged into u-boot-ti
Thanks and regards, Lokesh
Vignesh Raghavendra (8): dwc3-generic: Add support for AM654 USB controller phy: omap-usb2-phy: Fix warnings when built for ARM64 phy: omap-usb2-phy: Add support for AM654 USB2 PHY arm: dts: k3-am65-main: add USB support arm: dts: k3-am654-base-board: enable USB1 configs: am65x_evm: Add DFU related env variables am65x_evm_a53_defconfig: Enable configs to support USB and DFU configs: am65x_evm: Enable USB keyboard as second stdin
arch/arm/dts/k3-am65-main.dtsi | 78 ++++++++++++++++++++ arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 4 + arch/arm/dts/k3-am654-base-board.dts | 28 +++++++ configs/am65x_evm_a53_defconfig | 22 ++++++ drivers/phy/omap-usb2-phy.c | 22 +++++- drivers/usb/dwc3/dwc3-generic.c | 1 + include/configs/am65x_evm.h | 11 ++- 7 files changed, 162 insertions(+), 4 deletions(-)