summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorAndy Fleming <afleming@gmail.com>2015-09-02 18:07:58 (GMT)
committerScott Wood <scottwood@freescale.com>2015-10-17 05:36:33 (GMT)
commitc383ee84e1d575b09d167185d15df24bde25eb15 (patch)
treed175c717a9e83e6b3e620759406e4f3bccb18c42 /arch/powerpc/platforms
parent072daeed5525a0d8ad1e5ddfb38f29cef1ca25f2 (diff)
downloadlinux-c383ee84e1d575b09d167185d15df24bde25eb15.tar.xz
powerpc/85xx: Add support for Varisys Cyrus board
This board uses a P5020 chip, and boots just fine using the corenet_generic code. The device tree is very similar to the P5020DS, except that there is no Flash memory. The environment is, instead, stored on an MMC card on the motherboard. Signed-off-by: Andy Fleming <afleming@gmail.com> [scottwood: fixed trailing whitespace] Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/85xx/corenet_generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c
index 99412b3..3a8be47 100644
--- a/arch/powerpc/platforms/85xx/corenet_generic.c
+++ b/arch/powerpc/platforms/85xx/corenet_generic.c
@@ -161,6 +161,7 @@ static const char * const boards[] __initconst = {
"fsl,T1042RDB",
"fsl,T1042RDB_PI",
"keymile,kmcoge4",
+ "varisys,CYRUS",
NULL
};