From b1abddb45fade7642e4360ed9594ba0f144fb815 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Mar 2009 12:13:52 +0000 Subject: fix some SPI register definitions and platform-device registration code SVN-Revision: 14787 --- 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