diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-11-10 16:06:16 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-08 02:02:06 +0400 |
commit | f869d42e580f6260b5c29b5ab5c5cfcfd32a0756 (patch) | |
tree | 279125640d5ae76e9bb8c278d34bea2a4591c254 /arch/mips/include/asm/mach-db1x00/bcsr.h | |
parent | 64cd04d0cffa3b3af0e81aa3112b71f135739e1a (diff) | |
download | linux-f869d42e580f6260b5c29b5ab5c5cfcfd32a0756.tar.xz |
MIPS: Alchemy: Improved DB1550 support, with audio and serial busses.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2868/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-db1x00/bcsr.h')
-rw-r--r-- | arch/mips/include/asm/mach-db1x00/bcsr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-db1x00/bcsr.h b/arch/mips/include/asm/mach-db1x00/bcsr.h index 0ef630071304..bb9fc23d853a 100644 --- a/arch/mips/include/asm/mach-db1x00/bcsr.h +++ b/arch/mips/include/asm/mach-db1x00/bcsr.h @@ -163,7 +163,7 @@ enum bcsr_whoami_boards { #define BCSR_BOARD_GPIO200RST 0x0400 #define BCSR_BOARD_PCICLKOUT 0x0800 #define BCSR_BOARD_PCICFG 0x1000 -#define BCSR_BOARD_SPISEL 0x4000 /* PB/DB1550 */ +#define BCSR_BOARD_SPISEL 0x2000 /* PB/DB1550 */ #define BCSR_BOARD_SD0WP 0x4000 /* DB1100 */ #define BCSR_BOARD_SD1WP 0x8000 /* DB1100 */ |