From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 21 Jun 2013 10:20:39 -0600 Subject: [U-Boot] [PATCH v5 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114 In-Reply-To: <1371812748-490-1-git-send-email-jilin@nvidia.com> References: <1371812748-490-1-git-send-email-jilin@nvidia.com> Message-ID: <51C47D57.7000904@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/21/2013 05:05 AM, Jim Lin wrote: > Add DT node for USB EHCI function. > Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards. > Changes in v5: > - Move changes on fdtdec.h and fdtdec.c to patch 2/3 > - Modify PHY type to hsic for USB2 port HSIC is an odd choice; ULPI is much more common. Still, this isn't a big deal; this is simply a default value, so any board that enables USB2 can simply set the property to "ulpi" if needed. Missing from the changelog is the fact you fixed the VBUS GPIO values for Cardhu and Beaver to be correct. I'll try to test and do a final review of this soon.