summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx/corenet_generic.c
diff options
context:
space:
mode:
authorAndy Fleming <afleming@gmail.com>2015-09-02 21:07:58 +0300
committerScott Wood <scottwood@freescale.com>2015-10-17 08:36:33 +0300
commitc383ee84e1d575b09d167185d15df24bde25eb15 (patch)
treed175c717a9e83e6b3e620759406e4f3bccb18c42 /arch/powerpc/platforms/85xx/corenet_generic.c
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/85xx/corenet_generic.c')
-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 99412b32586d..3a8be47c0e3a 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
};