From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Mon, 9 Dec 2019 10:37:28 +0530 Subject: [PATCH v2 0/8] AM654: Add USB support Message-ID: <20191209050736.12018-1-vigneshr@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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(-) -- 2.24.0