aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-28 04:23:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-28 04:23:11 +0000
commit4096da301d1bd8c6b51123e1c157a634022ab845 (patch)
treec122733dc29699f35b5d27d5ba5dea5e84d7756a /target
parent94b56b6c6c596c10cdfdcfcfc86843babc102b1e (diff)
downloadupstream-4096da301d1bd8c6b51123e1c157a634022ab845.tar.gz
upstream-4096da301d1bd8c6b51123e1c157a634022ab845.tar.bz2
upstream-4096da301d1bd8c6b51123e1c157a634022ab845.zip
off-by-one gpio numbers for bcm6338
SVN-Revision: 16597
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h
index 337bd8ba6a..43d4da0b1e 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h
@@ -11,7 +11,7 @@ static inline unsigned long bcm63xx_gpio_count(void)
case BCM6358_CPU_ID:
return 40;
case BCM6338_CPU_ID:
- return 7;
+ return 8;
case BCM6345_CPU_ID:
return 16;
case BCM6348_CPU_ID: