From 84dd37d9302e887ed21ee67c21919c134e9060a2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 26 Apr 2010 09:22:27 +0000 Subject: fix bcm6358 spi base register address (#7234) SVN-Revision: 21163 --- target/linux/brcm63xx/patches-2.6.33/240-spi.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/brcm63xx/patches-2.6.33/240-spi.patch') diff --git a/target/linux/brcm63xx/patches-2.6.33/240-spi.patch b/target/linux/brcm63xx/patches-2.6.33/240-spi.patch index 86fcc7d..8d7e7b2 100644 --- a/target/linux/brcm63xx/patches-2.6.33/240-spi.patch +++ b/target/linux/brcm63xx/patches-2.6.33/240-spi.patch @@ -97,6 +97,15 @@ #define RSET_UART_SIZE 24 #define RSET_UDC_SIZE 256 #define RSET_OHCI_SIZE 256 +@@ -209,7 +210,7 @@ enum bcm63xx_regs_set { + #define BCM_6358_WDT_BASE (0xfffe005c) + #define BCM_6358_UART0_BASE (0xfffe0100) + #define BCM_6358_GPIO_BASE (0xfffe0080) +-#define BCM_6358_SPI_BASE (0xdeadbeef) ++#define BCM_6358_SPI_BASE (0xfffe0800) + #define BCM_6358_UDC0_BASE (0xfffe0400) + #define BCM_6358_OHCI0_BASE (0xfffe1400) + #define BCM_6358_OHCI_PRIV_BASE (0xdeadbeef) @@ -428,6 +429,7 @@ static inline unsigned long bcm63xx_regs */ enum bcm63xx_irq { -- cgit v1.1