summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-08 12:13:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-08 12:13:52 +0000
commitb1abddb45fade7642e4360ed9594ba0f144fb815 (patch)
tree17334b94e2b2e3fefeda480e4b945cc6d58a347b /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
parent79dc3a6d8899eae519537056149ce5a7433c2271 (diff)
downloadmaster-31e0f0ae-b1abddb45fade7642e4360ed9594ba0f144fb815.tar.gz
master-31e0f0ae-b1abddb45fade7642e4360ed9594ba0f144fb815.tar.bz2
master-31e0f0ae-b1abddb45fade7642e4360ed9594ba0f144fb815.zip
fix some SPI register definitions and platform-device registration code
SVN-Revision: 14787
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
index be9da2eee7..1e1b124d7b 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
@@ -396,7 +396,7 @@ switch (reg) {
case SPI_MSG_DATA:
return SPI_BCM_6358_SPI_MSG_DATA;
case SPI_RX_DATA:
- return SPI_BCM_6358_SPI_RX_FIFO;
+ return SPI_BCM_6358_SPI_RX_DATA;
}
#endif
#endif