summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-01-04 14:47:43 +0000
committerJonas Gorski <jogo@openwrt.org>2013-01-04 14:47:43 +0000
commit10fc07daacfee223f869397d356d1481e4094e12 (patch)
tree6a82d3ed0768bbed69af8bdce78fa4434bb3cf72 /target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch
parent3b7882e7752f154ce6407c892e7b92015c5c3481 (diff)
downloadmaster-31e0f0ae-10fc07daacfee223f869397d356d1481e4094e12.tar.gz
master-31e0f0ae-10fc07daacfee223f869397d356d1481e4094e12.tar.bz2
master-31e0f0ae-10fc07daacfee223f869397d356d1481e4094e12.zip
bcm63xx: remove 3.3 support
3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch b/target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch
deleted file mode 100644
index 0eab43a186..0000000000
--- a/target/linux/brcm63xx/patches-3.3/006-MIPS-BCM63XX-define-SPI-register-sizes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 16ba44545156e4e7cc1e812ad93e562ce92fd74c Mon Sep 17 00:00:00 2001
-From: Florian Fainelli <florian@openwrt.org>
-Date: Wed, 25 Jan 2012 17:40:00 +0100
-Subject: [PATCH 08/63] MIPS: BCM63XX: define SPI register sizes.
-
-There are two distinct sizes for the SPI register depending on the SoC
-generation (6338 & 6348 vs 6358 & 6368).
-
-Signed-off-by: Florian Fainelli <florian@openwrt.org>
----
- arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
---- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
-+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
-@@ -135,6 +135,10 @@ enum bcm63xx_regs_set {
- #define RSET_DSL_LMEM_SIZE (64 * 1024 * 4)
- #define RSET_DSL_SIZE 4096
- #define RSET_WDT_SIZE 12
-+#define BCM_6338_RSET_SPI_SIZE 64
-+#define BCM_6348_RSET_SPI_SIZE 64
-+#define BCM_6358_RSET_SPI_SIZE 1804
-+#define BCM_6368_RSET_SPI_SIZE 1804
- #define RSET_ENET_SIZE 2048
- #define RSET_ENETDMA_SIZE 2048
- #define RSET_ENETSW_SIZE 65536