From fc26c7a30504ec095601c1bc649a616140f9a381 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Mar 2009 12:13:52 +0000 Subject: [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 --- target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h') 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 -- cgit v1.2.3