Commit 05574bb2 authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren

omap3: move check_revision above check_features

omap3_check_revision() does not depend on omap3_check_features()
move this above so that we can add logic based on revision
detected in check_features.
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 839c9787
......@@ -352,8 +352,8 @@ void __init omap2_check_revision(void)
if (cpu_is_omap24xx())
omap24xx_check_revision();
else if (cpu_is_omap34xx()) {
omap3_check_features();
omap3_check_revision();
omap3_check_features();
omap3_cpuinfo();
}
else if (cpu_is_omap44xx()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment