Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. CC: Stephen Warren <swarren@xxxxxxxxxxxxx> CC: linux-tegra@xxxxxxxxxxxxxxx Signed-off-by: Pankaj Dubey <pankaj.dubey@xxxxxxxxxxx> --- arch/arm/mach-tegra/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 75620ae..3467617 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c @@ -179,7 +179,7 @@ static void __init tegra_smp_prepare_cpus(unsigned int max_cpus) cpumask_set_cpu(0, &tegra_cpu_init_mask); if (scu_a9_has_base()) - scu_enable(IO_ADDRESS(scu_a9_get_base())); + of_scu_enable(); } const struct smp_operations tegra_smp_ops __initconst = { -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html