]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
bcma: gpio: register all 32 GPIOs on BCM53572
authorRafał Miłecki <zajec5@gmail.com>
Thu, 5 Jun 2014 18:20:44 +0000 (20:20 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 19 Jun 2014 19:49:15 +0000 (15:49 -0400)
I've here a device detected as:
bcma: bus0: Found chip with id 0xD144, rev 0x01 and package 0x08
I couldn't find GPIO handling hw button until trying GPIO 20. It seems
BCM53572 also has 32 GPIOs.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_gpio.c

index d7f81ad56b8af731ea10fb863460cebb717dddc0..aec9f850b4a80eba3ea7c0b06bd5df647829980e 100644 (file)
@@ -220,6 +220,7 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
 #endif
        switch (cc->core->bus->chipinfo.id) {
        case BCMA_CHIP_ID_BCM5357:
+       case BCMA_CHIP_ID_BCM53572:
                chip->ngpio     = 32;
                break;
        default: