]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-tegra/board-dt-tegra30.c
ARM: tegra: use machine specific hook for late init
[~andy/linux] / arch / arm / mach-tegra / board-dt-tegra30.c
index 96f6c0d030bd5ce58d23a4501af0ae0e845301bc..09d21b27bf2fd2d71e7f9caa3a8204782aa97f57 100644 (file)
@@ -56,7 +56,7 @@ struct of_dev_auxdata tegra30_auxdata_lookup[] __initdata = {
 
 static __initdata struct tegra_clk_init_table tegra_dt_clk_init_table[] = {
        /* name         parent          rate            enabled */
-       { "uartd",      "pll_p",        408000000,      true },
+       { "uarta",      "pll_p",        408000000,      true },
        { NULL,         NULL,           0,              0},
 };
 
@@ -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