]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Alchemy: db1200: Improve PB1200 detection.
authorManuel Lauss <manuel.lauss@googlemail.com>
Wed, 16 Nov 2011 15:42:26 +0000 (16:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 16 Nov 2011 16:29:24 +0000 (16:29 +0000)
commitcd340703481fa2f47d63375271c91e7904c4af4e
tree5c1104751dad759934b7e7f545ec80f08e4904cd
parent6a8f2af653175f7c5e672cf00777f948b1d5b985
MIPS: Alchemy: db1200: Improve PB1200 detection.

The PB1200 has the CPLD located at an address which on the DB1200 is
RAM;  reading the Board-ID sometimes results in a PB1200 being detected
instead (especially during reboots after long uptimes).
On the other hand, the address of the DB1200's CPLD is hosting Flash
chips on the PB1200.  Test for the DB1200 first and additionally do a
quick write-test to the hexleds register to make sure we're writing
to the CPLD.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3005/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/db1200.c