summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-13 19:28:03 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:42 -0800
commite21c90edd5f4069d07f20e1db0e585b76c468645 (patch)
treed0e8534d7d7ba726a42e17f51f0744d46606b5cb /arch/arm/mach-tegra/board-ventana.c
parent1d0ea2d37cd99fcee4277c7eacef72e0f2fce64e (diff)
ARM: tegra: Update ventana boardfiles for k39
Rebase-Id: Rc1fbe4548e4482dab61877b36a6a7921a8602b57
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index 681fc44e89ed..042636a35022 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -275,7 +275,7 @@ static struct platform_device tegra_camera = {
static struct platform_device *ventana_devices[] __initdata = {
&tegra_uartb_device,
&tegra_uartc_device,
- &pmu_device,
+ &tegra_pmu_device,
&tegra_udc_device,
&tegra_ehci2_device,
&tegra_gart_device,
@@ -439,8 +439,6 @@ static void ventana_usb_init(void)
static void __init tegra_ventana_init(void)
{
- tegra_common_init();
-
tegra_clk_init_from_table(ventana_clk_init_table);
ventana_pinmux_init();
ventana_i2c_init();
@@ -489,11 +487,10 @@ void __init tegra_ventana_reserve(void)
MACHINE_START(VENTANA, "ventana")
.boot_params = 0x00000100,
- .phys_io = IO_APB_PHYS,
- .io_pg_offst = ((IO_APB_VIRT) >> 18) & 0xfffc,
- .init_irq = tegra_init_irq,
- .init_machine = tegra_ventana_init,
.map_io = tegra_map_common_io,
.reserve = tegra_ventana_reserve,
+ .init_early = tegra_init_early,
+ .init_irq = tegra_init_irq,
.timer = &tegra_timer,
+ .init_machine = tegra_ventana_init,
MACHINE_END