]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: highbank: add reset support for Calxeda Midway machine
authorMark Langsdorf <mark.langsdorf@gmail.com>
Thu, 4 Jun 2015 23:58:43 +0000 (00:58 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:48 +0000 (00:42 +0200)
commit67001ce71bdbebf7886e3f7a02a539c2de17d434
tree518f5ba718135dabbe218db447af94b529341385
parentd402f4b4e96bd559a1f4b4b0d4e20eb1241baadf
ARM: highbank: add reset support for Calxeda Midway machine

The Calxeda Midway part has A15 cores, which do not have the Highbank
A9's SCU used there for resetting the chip.
Add code to distinguish between the A9 and the A15 and invoke the
appropriate register writes to support the newer part.

Andre: rework detection of Highbank vs. Midway
Rob: fix Andre's reworked detection

Signed-off-by: Mark Langsdorf <mark.langsdorf@gmail.com>
Signed-off-by: Andre Przywara <osp@andrep.de>
Signed-off-by: Rob Herring <robh@kernel.org>
board/highbank/highbank.c