summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-cardhu.c6
-rw-r--r--arch/arm/mach-tegra/board-enterprise.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c
index 062002e196d9..ccfa503946a1 100644
--- a/arch/arm/mach-tegra/board-cardhu.c
+++ b/arch/arm/mach-tegra/board-cardhu.c
@@ -288,9 +288,9 @@ static struct platform_device *cardhu_uart_devices[] __initdata = {
&tegra_uarte_device,
};
static struct uart_clk_parent uart_parent_clk[] = {
- [0] = {.name = "pll_p"},
- [1] = {.name = "pll_m"},
- [2] = {.name = "clk_m"},
+ [0] = {.name = "clk_m"},
+ [1] = {.name = "pll_p"},
+ [2] = {.name = "pll_m"},
};
static struct tegra_uart_platform_data cardhu_uart_pdata;
diff --git a/arch/arm/mach-tegra/board-enterprise.c b/arch/arm/mach-tegra/board-enterprise.c
index 9080beffaa2b..8937dd3ff36f 100644
--- a/arch/arm/mach-tegra/board-enterprise.c
+++ b/arch/arm/mach-tegra/board-enterprise.c
@@ -248,9 +248,9 @@ static struct platform_device *enterprise_uart_devices[] __initdata = {
};
static struct uart_clk_parent uart_parent_clk[] = {
- [0] = {.name = "pll_p"},
- [1] = {.name = "pll_m"},
- [2] = {.name = "clk_m"},
+ [0] = {.name = "clk_m"},
+ [1] = {.name = "pll_p"},
+ [2] = {.name = "pll_m"},
};
static struct tegra_uart_platform_data enterprise_uart_pdata;