[brcm63xx] off-by-one gpio numbers for bcm6338
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Jun 2009 04:23:11 +0000 (04:23 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Jun 2009 04:23:11 +0000 (04:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16597 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_gpio.h

index 337bd8b..43d4da0 100644 (file)
@@ -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: