diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:33 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:33 +0000 |
commit | e34018cc9e825ba01de83117b7cac85b6f0f0a33 (patch) | |
tree | c6478df1bb31227935fc16df6be21371c546086a /target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | |
parent | 099d5eec062d510826cc9133ac31b7aa1bc73d42 (diff) | |
download | upstream-e34018cc9e825ba01de83117b7cac85b6f0f0a33.tar.gz upstream-e34018cc9e825ba01de83117b7cac85b6f0f0a33.tar.bz2 upstream-e34018cc9e825ba01de83117b7cac85b6f0f0a33.zip |
bcm63xx: add support for the HSSPI controller
Add support for the HSSPI controller found on bcm6328 and SPI attached
flash.
SVN-Revision: 31879
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch index c5898d2c58..e299cc6dba 100644 --- a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch +++ b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -319,6 +319,63 @@ static struct board_info __initdata boar +@@ -320,6 +320,63 @@ static struct board_info __initdata boar }, }; @@ -64,7 +64,7 @@ #endif /* -@@ -1785,6 +1842,7 @@ static const struct board_info __initdat +@@ -1786,6 +1843,7 @@ static const struct board_info __initdat &board_96348_D4PW, &board_spw500v, &board_96348sv, @@ -72,7 +72,7 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6358 -@@ -1943,6 +2001,22 @@ void __init board_prom_init(void) +@@ -1944,6 +2002,22 @@ void __init board_prom_init(void) val &= MPI_CSBASE_BASE_MASK; } boot_addr = (u8 *)KSEG1ADDR(val); @@ -97,15 +97,15 @@ cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; --- a/arch/mips/bcm63xx/dev-flash.c +++ b/arch/mips/bcm63xx/dev-flash.c -@@ -16,6 +16,7 @@ - #include <linux/mtd/partitions.h> - #include <linux/mtd/physmap.h> +@@ -18,6 +18,7 @@ + #include <linux/spi/spi.h> + #include <linux/spi/flash.h> +#include <bcm63xx_board.h> #include <bcm63xx_cpu.h> #include <bcm63xx_dev_flash.h> - #include <bcm63xx_regs.h> -@@ -104,6 +105,13 @@ int __init bcm63xx_flash_register(void) + #include <bcm63xx_dev_hsspi.h> +@@ -126,6 +127,13 @@ int __init bcm63xx_flash_register(void) val = bcm_mpi_readl(MPI_CSBASE_REG(0)); val &= MPI_CSBASE_BASE_MASK; |