aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-04-20 14:32:37 -0500
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:49 -0700
commitf81fbd7b5736e7c187ccb65ddc559d914d98e66d (patch)
treef1471a093a6b0b10204294ef3591e627e087402c
parentdf6be7e15f739a30bd685508f1a0a227bceb4da9 (diff)
ARM: highbank: add missing SCU register setup for reset
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r--board/highbank/highbank.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c
index f41bf05a5..ab687e582 100644
--- a/board/highbank/highbank.c
+++ b/board/highbank/highbank.c
@@ -88,5 +88,6 @@ void dram_init_banksize(void)
void reset_cpu(ulong addr)
{
writel(HB_PWR_HARD_RESET, HB_SREG_A9_PWR_REQ);
+ writeb(0x3, 0xfff10008);
asm(" wfi");
}