aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-dt-tegra20.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-dt-tegra20.c')
-rw-r--r--arch/arm/mach-tegra/board-dt-tegra20.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c b/arch/arm/mach-tegra/board-dt-tegra20.c
index 8e35aaea5845..e1f87dd314ef 100644
--- a/arch/arm/mach-tegra/board-dt-tegra20.c
+++ b/arch/arm/mach-tegra/board-dt-tegra20.c
@@ -46,31 +46,31 @@
46#include "common.h" 46#include "common.h"
47#include "iomap.h" 47#include "iomap.h"
48 48
49struct tegra_ehci_platform_data tegra_ehci1_pdata = { 49static struct tegra_ehci_platform_data tegra_ehci1_pdata = {
50 .operating_mode = TEGRA_USB_OTG, 50 .operating_mode = TEGRA_USB_OTG,
51 .power_down_on_bus_suspend = 1, 51 .power_down_on_bus_suspend = 1,
52 .vbus_gpio = -1, 52 .vbus_gpio = -1,
53}; 53};
54 54
55struct tegra_ulpi_config tegra_ehci2_ulpi_phy_config = { 55static struct tegra_ulpi_config tegra_ehci2_ulpi_phy_config = {
56 .reset_gpio = -1, 56 .reset_gpio = -1,
57 .clk = "cdev2", 57 .clk = "cdev2",
58}; 58};
59 59
60struct tegra_ehci_platform_data tegra_ehci2_pdata = { 60static struct tegra_ehci_platform_data tegra_ehci2_pdata = {
61 .phy_config = &tegra_ehci2_ulpi_phy_config, 61 .phy_config = &tegra_ehci2_ulpi_phy_config,
62 .operating_mode = TEGRA_USB_HOST, 62 .operating_mode = TEGRA_USB_HOST,
63 .power_down_on_bus_suspend = 1, 63 .power_down_on_bus_suspend = 1,
64 .vbus_gpio = -1, 64 .vbus_gpio = -1,
65}; 65};
66 66
67struct tegra_ehci_platform_data tegra_ehci3_pdata = { 67static struct tegra_ehci_platform_data tegra_ehci3_pdata = {
68 .operating_mode = TEGRA_USB_HOST, 68 .operating_mode = TEGRA_USB_HOST,
69 .power_down_on_bus_suspend = 1, 69 .power_down_on_bus_suspend = 1,
70 .vbus_gpio = -1, 70 .vbus_gpio = -1,
71}; 71};
72 72
73struct of_dev_auxdata tegra20_auxdata_lookup[] __initdata = { 73static struct of_dev_auxdata tegra20_auxdata_lookup[] __initdata = {
74 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC1_BASE, "sdhci-tegra.0", NULL), 74 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC1_BASE, "sdhci-tegra.0", NULL),
75 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC2_BASE, "sdhci-tegra.1", NULL), 75 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC2_BASE, "sdhci-tegra.1", NULL),
76 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC3_BASE, "sdhci-tegra.2", NULL), 76 OF_DEV_AUXDATA("nvidia,tegra20-sdhci", TEGRA_SDMMC3_BASE, "sdhci-tegra.2", NULL),