From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 30 Apr 2013 01:46:45 +0200 Subject: [U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114 In-Reply-To: <1367227275-7713-3-git-send-email-jilin@nvidia.com> References: <1367227275-7713-1-git-send-email-jilin@nvidia.com> <1367227275-7713-3-git-send-email-jilin@nvidia.com> Message-ID: <201304300146.45501.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 Jim Lin, > Tegra30 and Tegra114 are compatible except > 1. T30 takes 55 ms to finish Port Reset. T114 takes > 50 ms. > 2. PLL parameters > > Tested on Tegra20 Harmony/Seaboard, Tegra30 Cardhu, and Tegra114 Dalmore > platforms. All works well. > > Signed-off-by: Jim Lin > --- > arch/arm/include/asm/arch-tegra/clk_rst.h | 10 + > arch/arm/include/asm/arch-tegra/usb.h | 249 ------------------ > arch/arm/include/asm/arch-tegra114/tegra.h | 1 + > arch/arm/include/asm/arch-tegra114/usb.h | 287 +++++++++++++++++++++ > arch/arm/include/asm/arch-tegra20/usb.h | 279 +++++++++++++++++++++ > arch/arm/include/asm/arch-tegra30/usb.h | 294 ++++++++++++++++++++++ Do we now have three copies of the same stuff ? [...] Best regards, Marek Vasut