From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Wed, 14 Sep 2016 15:34:47 +0000 Subject: [U-Boot] [PATCH v1 4/5] colibri_t20: fix usb operation and controller order In-Reply-To: <2a804262-9a14-a104-7cf1-aa2ed9a09973@wwwdotorg.org> References: <1473437441-938-1-git-send-email-marcel.ziswiler@toradex.com> <1473437441-938-5-git-send-email-marcel.ziswiler@toradex.com> <2a804262-9a14-a104-7cf1-aa2ed9a09973@wwwdotorg.org> Message-ID: <1473867287.14918.17.camel@toradex.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 Mon, 2016-09-12 at 12:20 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > Without this patch the following error will be shown: > > > > Colibri T20 # usb start > > starting USB... > > No controllers found > This change seems fine, but I'm concerned that the alias order > causes? > failures; arbitrary orders should be allowed. Have you determined > what? > the problem is? Not really, no. Unfortunately with U-Boot there is so much broken- resp. strangeness everywhere if I would start looking into every detail I would never get any real work done. As for this particular case I guess we are now just doing what all other Tegra boards do really.