From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Sutter Date: Thu, 4 Mar 2021 14:11:22 +0100 Subject: [PATCH 2/5] configs: ds414: Enable XHCI_PCI by default In-Reply-To: <2eccaeef-7020-5718-f686-ffab6f95bb43@denx.de> References: <20210303005526.15056-1-phil@nwl.cc> <20210303005526.15056-3-phil@nwl.cc> <2eccaeef-7020-5718-f686-ffab6f95bb43@denx.de> Message-ID: <20210304131122.GK22016@orbyte.nwl.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 04, 2021 at 02:00:50PM +0100, Stefan Roese wrote: > On 03.03.21 01:55, Phil Sutter wrote: > > With the recent fixes in pci_mvebu and xhci-pci drivers, the two rear > > USB3 ports are finally usable and accessing them no longer hangs the > > system. > > > > Signed-off-by: Phil Sutter > > Reviewed-by: Stefan Roese Please hold back on this one, I noticed it needs CONFIG_XHCI_HCD as well. Will send a v2 later. Sorry for the mess! Phil