aboutsummaryrefslogtreecommitdiffstats
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
commitfc26c7a30504ec095601c1bc649a616140f9a381 (patch)
treeff8aa970719baa0c0f8b30a3c8f789d4604b50de /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
parent0ff40d5e16472303c25db981c2e5a0dbf8066b48 (diff)
downloadmaster-187ad058-fc26c7a30504ec095601c1bc649a616140f9a381.tar.gz
master-187ad058-fc26c7a30504ec095601c1bc649a616140f9a381.tar.bz2
master-187ad058-fc26c7a30504ec095601c1bc649a616140f9a381.zip
[brcm63xx] fix some SPI register definitions and platform-device registration code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14787 3c298f89-4303-0410-b956-a3cf2f4a3e73
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