MIPS: Alchemy: merge PB1550 support into DB1550 code
authorManuel Lauss <manuel.lauss@gmail.com>
Fri, 14 Sep 2012 12:47:10 +0000 (14:47 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2012 09:11:20 +0000 (11:11 +0200)
commit24e8c1a611a706f51d4d9dc39b2c9977e25a54c4
tree91696346623fb7693b290730d65d2208fa47b88a
parentbd8510df881f63a9e7768824cf0e33c4702dcde1
MIPS: Alchemy: merge PB1550 support into DB1550 code

The PB1550 is more or less a DB1550 without the PCI IDE controller,
a more complicated (read: configurable) Flash setup and some other
minor changes.  Like the DB1550 it can be automatically detected by
reading the CPLD ID register bits.

This patch adds PB1550 detection and setup to the DB1550 code.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4337/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/Kconfig
arch/mips/alchemy/devboards/Makefile
arch/mips/alchemy/devboards/db1235.c
arch/mips/alchemy/devboards/db1550.c
arch/mips/alchemy/devboards/pb1550.c [deleted file]
arch/mips/configs/pb1550_defconfig [deleted file]