lkml.org 
[lkml]   [2013]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 9/9] ARM: tegra: Add initial support for Tegra 114 SoC.
Date
On Thursday 20 December 2012, Hiroshi Doyu wrote:
> +
> +DT_MACHINE_START(TEGRA114_DT, "NVIDIA Tegra114 (Flattened Device Tree)")
> + .smp = smp_ops(tegra_smp_ops),
> + .map_io = tegra_map_common_io,
> + .init_early = tegra30_init_early,
> + .init_irq = tegra_dt_init_irq,
> + .handle_irq = gic_handle_irq,
> + .init_time = clocksource_of_init,
> + .init_machine = tegra114_dt_init,
> + .init_late = tegra_init_late,
> + .restart = tegra_assert_system_reset,
> + .dt_compat = tegra114_dt_board_compat,
> +MACHINE_END

This one is so similar to Tegra30 that I wonder if it's actually worth keeping
them separate still. The only difference I see is the clock initialization.
Maybe that can be factored out to keep this the same as Tegra30.

Or are you planning to add more SoC specific here that would make this harder?

Arnd


\
 
 \ /
  Last update: 2013-01-03 18:21    [W:0.306 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site