ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
Tegra30 and Tegra114 are compatible except PLL parameters. Tested on Tegra30 Cardhu, and Tegra114 Dalmore platforms. All works well. Signed-off-by: Jim Lin <jilin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
@@ -64,6 +64,8 @@ struct fdt_memory {
|
||||
enum fdt_compat_id {
|
||||
COMPAT_UNKNOWN,
|
||||
COMPAT_NVIDIA_TEGRA20_USB, /* Tegra20 USB port */
|
||||
COMPAT_NVIDIA_TEGRA30_USB, /* Tegra30 USB port */
|
||||
COMPAT_NVIDIA_TEGRA114_USB, /* Tegra114 USB port */
|
||||
COMPAT_NVIDIA_TEGRA114_I2C, /* Tegra114 I2C w/single clock source */
|
||||
COMPAT_NVIDIA_TEGRA20_I2C, /* Tegra20 i2c */
|
||||
COMPAT_NVIDIA_TEGRA20_DVC, /* Tegra20 dvc (really just i2c) */
|
||||
|
||||
Reference in New Issue
Block a user