diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-03-11 11:36:26 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-03-11 11:36:26 -0400 |
commit | 10b9dc6f6bd64885fcd6a005aa211582dbe92647 (patch) | |
tree | 1779196d447fd2bee8dd78b1548b5be7aa94efcf /arch/powerpc/platforms/52xx | |
parent | df8a95f46f8e43a24003abe2efaca8c63c895b54 (diff) |
powerpc/5200: add Phytec phyCORE-MPC5200B-IO board (pcm032)
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx')
-rw-r--r-- | arch/powerpc/platforms/52xx/Kconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc5200_simple.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 0465e5b36e6a..75f82ab0616e 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig | |||
@@ -24,6 +24,7 @@ config PPC_MPC5200_SIMPLE | |||
24 | are: | 24 | are: |
25 | intercontrol,digsy-mtc | 25 | intercontrol,digsy-mtc |
26 | phytec,pcm030 | 26 | phytec,pcm030 |
27 | phytec,pcm032 | ||
27 | promess,motionpro | 28 | promess,motionpro |
28 | schindler,cm5200 | 29 | schindler,cm5200 |
29 | tqc,tqm5200 | 30 | tqc,tqm5200 |
diff --git a/arch/powerpc/platforms/52xx/mpc5200_simple.c b/arch/powerpc/platforms/52xx/mpc5200_simple.c index d5e1471e51f7..c31e5b534f0a 100644 --- a/arch/powerpc/platforms/52xx/mpc5200_simple.c +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c | |||
@@ -51,8 +51,9 @@ static void __init mpc5200_simple_setup_arch(void) | |||
51 | /* list of the supported boards */ | 51 | /* list of the supported boards */ |
52 | static char *board[] __initdata = { | 52 | static char *board[] __initdata = { |
53 | "intercontrol,digsy-mtc", | 53 | "intercontrol,digsy-mtc", |
54 | "promess,motionpro", | ||
55 | "phytec,pcm030", | 54 | "phytec,pcm030", |
55 | "phytec,pcm032", | ||
56 | "promess,motionpro", | ||
56 | "schindler,cm5200", | 57 | "schindler,cm5200", |
57 | "tqc,tqm5200", | 58 | "tqc,tqm5200", |
58 | NULL | 59 | NULL |