aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-dt-tegra30.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-05-02 17:08:06 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 20:36:36 +0800
commit390e0cfd320b28d6964b92d83d59168a33c28866 (patch)
tree769a24ef3085e334922bbd8043768a1bcc69d10b /arch/arm/mach-tegra/board-dt-tegra30.c
parentARM: shmobile: use machine specific hook for late init (diff)
downloadlinux-dev-390e0cfd320b28d6964b92d83d59168a33c28866.tar.xz
linux-dev-390e0cfd320b28d6964b92d83d59168a33c28866.zip
ARM: tegra: use machine specific hook for late init
Cc: Colin Cross <ccross@android.com> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/mach-tegra/board-dt-tegra30.c')
-rw-r--r--arch/arm/mach-tegra/board-dt-tegra30.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-dt-tegra30.c b/arch/arm/mach-tegra/board-dt-tegra30.c
index 5f7c03e972f3..09d21b27bf2f 100644
--- a/arch/arm/mach-tegra/board-dt-tegra30.c
+++ b/arch/arm/mach-tegra/board-dt-tegra30.c
@@ -80,6 +80,7 @@ DT_MACHINE_START(TEGRA30_DT, "NVIDIA Tegra30 (Flattened Device Tree)")
.handle_irq = gic_handle_irq,
.timer = &tegra_timer,
.init_machine = tegra30_dt_init,
+ .init_late = tegra_init_late,
.restart = tegra_assert_system_reset,
.dt_compat = tegra30_dt_board_compat,
MACHINE_END