From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 17 Jun 2013 22:41:51 +0200 Subject: [U-Boot] [PATCH v3 3/3] Tegra: Config: Enable Tegra30/Tegra114 USB function In-Reply-To: <51BF3DC9.4040907@wwwdotorg.org> References: <1371460197-17912-1-git-send-email-jilin@nvidia.com> <1371460197-17912-3-git-send-email-jilin@nvidia.com> <51BF3DC9.4040907@wwwdotorg.org> Message-ID: <201306172241.51696.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Stephen Warren, > On 06/17/2013 03:09 AM, Jim Lin wrote: > > Add USB EHCI, storage and network support. > > > > Tested on Tegra30 Cardhu, and Tegra114 Dalmore > > platforms. All works well. > > > > diff --git a/include/configs/beaver.h b/include/configs/beaver.h > > > > +/* USB Host support */ > > I notice that some Tegra20 boards include the following line here: > > #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 > > Is this necessary here too? > > If it doesn't serve any purpose, can you send an extra patch to remove > this from seaboard.h, harmony.h, trimslice.h, and colibtri_t20_iris.h. > Thanks. The default value is 1, if you have multiple EHCI controllers on the board/chip, you want to configure this accordingly. Best regards, Marek Vasut