From: Joseph Lo Date: Thu, 3 Jan 2013 07:31:31 +0000 (+0800) Subject: ARM: tegra30: fix power up sequence for boot_secondary X-Git-Tag: v3.9-rc1~122^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130bfed72c75a36c76ecc82d73818c6fccd2a468;p=pandora-kernel.git ARM: tegra30: fix power up sequence for boot_secondary The power up sequence is different on the cold boot CPU and the CPU that resumed from the hotplug. For the cold boot CPU, it was been power gated as default. To power up the cold boot CPU, the power should be un-gated by un toggling the power gate register manually. For the CPU that resumed from the hotplug, after un-halted the CPU. The flow controller will un-gate the power of the CPU. No need to manually control, just wait the power be resumed and continue the power up sequence after the CPU power is ready. Based on the work by: Varun Wadekar Signed-off-by: Joseph Lo Acked-by: Peter De Schrijver Signed-off-by: Stephen Warren --- Reading git-diff-tree failed