From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 23 Dec 2020 13:43:26 +0530 Subject: [PATCH 0/3] usb: am654: Add support for host mode to the USB port on overlay board In-Reply-To: <20201120154855.9065-1-a-govindraju@ti.com> References: <20201120154855.9065-1-a-govindraju@ti.com> Message-ID: <7883025e-949f-8c5a-b130-f7ca752e682b@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 20/11/20 9:18 pm, Aswath Govindraju wrote: > The following series of patches > - adds support for host mode to USB3SS0 controller > - adds aliases for USB subsystems > - adds a workaround to use USB0 in USB 2.0 only mode Fixed the dts patches subject to arm: dts: .... and applied to u-boot-ti for-next branch. Thanks and regards, Lokesh > > Aswath Govindraju (3): > board: ti: am65x: Set SERDES0 mux to PCIe to use USB 2.0 interface > dts: am654-base-board-uboot: Set USB0 dr_mode to host > dts: am654-base-board-uboot: Add aliases for USB subsystems > > arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 4 +++- > board/ti/am65x/evm.c | 16 ++++++++++++++++ > 2 files changed, 19 insertions(+), 1 deletion(-) >