diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-08-08 16:35:13 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-08-09 15:07:32 -0400 |
commit | dd58bdbceb087238bead08e05226c0cef20aab4d (patch) | |
tree | 1bddcceeca68702d170e4f9e994a7b2c9ca787a9 | |
parent | e6a99d312687a42c077a9b8cb5e757f186edb1b9 (diff) |
ARM: Tegra: Harmony: Add USB device
The Tegra USB port is attached an an SMSC9514; a combination USB hub
and Ethernet controller.
This change is extracted from a change in the ChromeOS 2.6.38 kernel.
Signed-off-by: Olof Johansson <olofj@chromium.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 846cd7d69e3e..f528a5a192a6 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -117,6 +117,7 @@ static struct platform_device *harmony_devices[] __initdata = { | |||
117 | &tegra_sdhci_device1, | 117 | &tegra_sdhci_device1, |
118 | &tegra_sdhci_device2, | 118 | &tegra_sdhci_device2, |
119 | &tegra_sdhci_device4, | 119 | &tegra_sdhci_device4, |
120 | &tegra_ehci3_device, | ||
120 | &tegra_i2s_device1, | 121 | &tegra_i2s_device1, |
121 | &tegra_das_device, | 122 | &tegra_das_device, |
122 | &tegra_pcm_device, | 123 | &tegra_pcm_device, |
@@ -140,6 +141,7 @@ static __initdata struct tegra_clk_init_table harmony_clk_init_table[] = { | |||
140 | { "pll_a_out0", "pll_a", 11289600, true }, | 141 | { "pll_a_out0", "pll_a", 11289600, true }, |
141 | { "cdev1", NULL, 0, true }, | 142 | { "cdev1", NULL, 0, true }, |
142 | { "i2s1", "pll_a_out0", 11289600, false}, | 143 | { "i2s1", "pll_a_out0", 11289600, false}, |
144 | { "usb3", "clk_m", 12000000, true }, | ||
143 | { NULL, NULL, 0, 0}, | 145 | { NULL, NULL, 0, 0}, |
144 | }; | 146 | }; |
145 | 147 | ||