diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-01 18:12:57 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-01 18:12:57 +0000 |
commit | 1886f10e8423af94213dfee9b470a2be19b66703 (patch) | |
tree | 1af5484cd75cb7ca3b72c4d4caa4e1d1a7e372d9 | |
parent | cb2d9fe2a91200f94a702e894e6a5d24a4aba020 (diff) |
brcm47xx: misc cleanups
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38980 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch | 4 | ||||
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch b/target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch index 6351a9c4d4..e77f5d9173 100644 --- a/target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch +++ b/target/linux/brcm47xx/patches-3.10/110-MIPS-BCM47XX-add-vint-irq.patch @@ -47,11 +47,9 @@ Subject: [PATCH 18/18] bcm47xx: add cpu_has_vint void __init arch_init_irq(void) { #ifdef CONFIG_BCM47XX_BCMA -@@ -63,5 +76,16 @@ void __init arch_init_irq(void) - cp0_compare_irq = 7; +@@ -64,4 +77,14 @@ void __init arch_init_irq(void) } #endif -+ mips_cpu_irq_init(); + + if (cpu_has_vint) { diff --git a/target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch b/target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch index 19ab8fef2f..3529f8c901 100644 --- a/target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch +++ b/target/linux/brcm47xx/patches-3.10/790-tg3-phylib.patch @@ -31,7 +31,7 @@ TG3_CPMU_PHY_STRAP_IS_SERDES; if (is_serdes) tp->phy_addr += 7; -+ } else if (tg3_flag(tp, IS_SSB_CORE)) { ++ } else if (tg3_flag(tp, IS_SSB_CORE) && tg3_flag(tp, ROBOSWITCH)) { + int addr; + + addr = ssb_gige_get_phyaddr(tp->pdev); |