From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 20 Jan 2020 11:33:42 +0530 Subject: [PATCH v2 0/8] AM654: Add USB support In-Reply-To: <20191209050736.12018-1-vigneshr@ti.com> References: <20191209050736.12018-1-vigneshr@ti.com> Message-ID: <12a8e556-b5bc-c72d-3e75-a3296e5b389a@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 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(-) >