]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Fri, 14 Sep 2012 14:38:14 +0000 (16:38 +0200)
commit7a0a39acfdc422276306bd33f27c80a3c2c68cfb
treefa5016dfa7f964e17ab8fef06a38b3b406217336
parent4744746588d0d8a9adf572733a64b42d63ceb05e
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]