ARM: mvebu: Fix the secondary startup for Cortex A9 SoC
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 30 Oct 2014 11:39:43 +0000 (12:39 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Nov 2014 02:14:20 +0000 (02:14 +0000)
During the secondary startup the SCU was assumed to be in normal
mode. It is not always the case, and especially after a kexec. This
commit adds the needed sequence to put the SCU in normal mode.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1414669184-16785-4-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/headsmp-a9.S

index be51c998c0cd2f45ba0dcc92401ef9361805b514..08d5ed46b996be2d36ad44285008ab801c90b479 100644 (file)
@@ -22,5 +22,6 @@
 ENTRY(mvebu_cortex_a9_secondary_startup)
 ARM_BE8(setend be)
        bl      v7_invalidate_l1
+       bl      armada_38x_scu_power_up
        b       secondary_startup
 ENDPROC(mvebu_cortex_a9_secondary_startup)
This page took 0.025411 seconds and 5 git commands to generate.