diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-07-31 14:27:42 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-07-31 14:27:42 +0000 |
commit | 820c2240292b5bfafc1ea8203c17476ee79e02a1 (patch) | |
tree | d8b482db50645a90237061fac5c7dff3f1921991 /target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch | |
parent | dcd339ac9d731999a0aae2d82eed138f03ce81e5 (diff) | |
download | upstream-820c2240292b5bfafc1ea8203c17476ee79e02a1.tar.gz upstream-820c2240292b5bfafc1ea8203c17476ee79e02a1.tar.bz2 upstream-820c2240292b5bfafc1ea8203c17476ee79e02a1.zip |
bcm63xx: add basic bcm6362 support
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 32923
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch b/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch index 280cd01d25..90999fa952 100644 --- a/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch +++ b/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch @@ -50,7 +50,7 @@ Subject: [PATCH 30/63] bcm63xx_enet: split dma registers access. if (ret) --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h -@@ -157,7 +157,9 @@ enum bcm63xx_regs_set { +@@ -172,7 +172,9 @@ enum bcm63xx_regs_set { #define BCM_6358_RSET_SPI_SIZE 1804 #define BCM_6368_RSET_SPI_SIZE 1804 #define RSET_ENET_SIZE 2048 |