MIPS: BCM63XX: add support for BCM3368 Cable Modem
[deliverable/linux.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_gpio.h
index 0a9891f7580de557e702e7c4708139705b27605e..565ff36a11195d993b4b3315e8f7536cc1830d7e 100644 (file)
@@ -11,12 +11,15 @@ static inline unsigned long bcm63xx_gpio_count(void)
        switch (bcm63xx_get_cpu_id()) {
        case BCM6328_CPU_ID:
                return 32;
+       case BCM3368_CPU_ID:
        case BCM6358_CPU_ID:
                return 40;
        case BCM6338_CPU_ID:
                return 8;
        case BCM6345_CPU_ID:
                return 16;
+       case BCM6362_CPU_ID:
+               return 48;
        case BCM6368_CPU_ID:
                return 38;
        case BCM6348_CPU_ID:
This page took 0.028554 seconds and 5 git commands to generate.