aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/52xx
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gjb@semihalf.com>2009-02-04 15:39:17 -0500
committerGrant Likely <grant.likely@secretlab.ca>2009-02-04 15:39:17 -0500
commitbdad05489fe5f7487c7a22ef311f005cb62ebbb6 (patch)
tree23a289e94043a5eea500e6b304a5a8294d5569c8 /arch/powerpc/platforms/52xx
parentbfee95bb830ff0260f3e2e0b1aa6b7492573fe4d (diff)
powerpc/5200: Add support for the digsy MTC board.
Board support for the InterControl Digsy-MTC device based on the MPC5200B SoC. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx')
-rw-r--r--arch/powerpc/platforms/52xx/Kconfig7
-rw-r--r--arch/powerpc/platforms/52xx/mpc5200_simple.c1
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig
index c01db1316b01..0465e5b36e6a 100644
--- a/arch/powerpc/platforms/52xx/Kconfig
+++ b/arch/powerpc/platforms/52xx/Kconfig
@@ -21,7 +21,12 @@ config PPC_MPC5200_SIMPLE
21 and if there is a PCI bus node defined in the device tree. 21 and if there is a PCI bus node defined in the device tree.
22 22
23 Boards that are compatible with this generic platform support 23 Boards that are compatible with this generic platform support
24 are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'. 24 are:
25 intercontrol,digsy-mtc
26 phytec,pcm030
27 promess,motionpro
28 schindler,cm5200
29 tqc,tqm5200
25 30
26config PPC_EFIKA 31config PPC_EFIKA
27 bool "bPlan Efika 5k2. MPC5200B based computer" 32 bool "bPlan Efika 5k2. MPC5200B based computer"
diff --git a/arch/powerpc/platforms/52xx/mpc5200_simple.c b/arch/powerpc/platforms/52xx/mpc5200_simple.c
index a3bda0b9f1ff..d5e1471e51f7 100644
--- a/arch/powerpc/platforms/52xx/mpc5200_simple.c
+++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c
@@ -50,6 +50,7 @@ static void __init mpc5200_simple_setup_arch(void)
50 50
51/* list of the supported boards */ 51/* list of the supported boards */
52static char *board[] __initdata = { 52static char *board[] __initdata = {
53 "intercontrol,digsy-mtc",
53 "promess,motionpro", 54 "promess,motionpro",
54 "phytec,pcm030", 55 "phytec,pcm030",
55 "schindler,cm5200", 56 "schindler,cm5200",