From: Jonas Gorski Date: Sat, 28 Feb 2015 19:59:34 +0000 (+0000) Subject: brcm63xx: fix BCM63268 interrupt register locations for legacy probe X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c643b3cd79b20dfe9477f9787ae849a68c74913f brcm63xx: fix BCM63268 interrupt register locations for legacy probe Legacy probe passed the IRQSTAT registers instead of the IRQMASK registers causing all register accesses to be offset by 16 bytes. Signed-off-by: Jonas Gorski SVN-Revision: 44575 --- diff --git a/target/linux/brcm63xx/patches-3.14/339-MIPS-BCM63XX-add-support-for-BCM63268.patch b/target/linux/brcm63xx/patches-3.14/339-MIPS-BCM63XX-add-support-for-BCM63268.patch index 51f5d943db..9a0ee204fd 100644 --- a/target/linux/brcm63xx/patches-3.14/339-MIPS-BCM63XX-add-support-for-BCM63268.patch +++ b/target/linux/brcm63xx/patches-3.14/339-MIPS-BCM63XX-add-support-for-BCM63268.patch @@ -289,8 +289,8 @@ Signed-off-by: Jonas Gorski ext_shift = 4; break; + case BCM63268_CPU_ID: -+ periph_bases[0] += PERF_IRQSTAT_63268_REG(0); -+ periph_bases[1] += PERF_IRQSTAT_63268_REG(1); ++ periph_bases[0] += PERF_IRQMASK_63268_REG(0); ++ periph_bases[1] += PERF_IRQMASK_63268_REG(1); + periph_irq_count = 2; + periph_width = 4; + diff --git a/target/linux/brcm63xx/patches-3.18/339-MIPS-BCM63XX-add-support-for-BCM63268.patch b/target/linux/brcm63xx/patches-3.18/339-MIPS-BCM63XX-add-support-for-BCM63268.patch index 7c424cc22a..22ceeea1c7 100644 --- a/target/linux/brcm63xx/patches-3.18/339-MIPS-BCM63XX-add-support-for-BCM63268.patch +++ b/target/linux/brcm63xx/patches-3.18/339-MIPS-BCM63XX-add-support-for-BCM63268.patch @@ -289,8 +289,8 @@ Signed-off-by: Jonas Gorski ext_shift = 4; break; + case BCM63268_CPU_ID: -+ periph_bases[0] += PERF_IRQSTAT_63268_REG(0); -+ periph_bases[1] += PERF_IRQSTAT_63268_REG(1); ++ periph_bases[0] += PERF_IRQMASK_63268_REG(0); ++ periph_bases[1] += PERF_IRQMASK_63268_REG(1); + periph_irq_count = 2; + periph_width = 4; +