ARM: tegra: Move tegra_common_init to tegra_init_early
authorColin Cross <ccross@android.com>
Tue, 22 Feb 2011 01:10:14 +0000 (17:10 -0800)
committerColin Cross <ccross@android.com>
Tue, 22 Feb 2011 19:25:12 +0000 (11:25 -0800)
Move tegra_common_init to tegra_init_early, and set it
as the init_early entry in the machine struct.
Initializes the clocks earlier so that timers can enable
their clocks.

Also reorders the members in the Harmony and Trimslice
boards' machine structs to match the order they are
called in.

Signed-off-by: Colin Cross <ccross@android.com>
Acked-by: Olof Johansson <olof@lixom.net>

No differences found