From 1e48a489153717d28f8fa7b4e4b805a30cd942cc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 13 Apr 2015 17:32:18 +0000 Subject: bcm53xx: fix GPIO pins > 16 Signed-off-by: Felix Fietkau SVN-Revision: 45418 --- .../bcm53xx/patches-3.18/181-bcma-ngpio-bcm4707.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/bcm53xx/patches-3.18/181-bcma-ngpio-bcm4707.patch (limited to 'target/linux/bcm53xx') diff --git a/target/linux/bcm53xx/patches-3.18/181-bcma-ngpio-bcm4707.patch b/target/linux/bcm53xx/patches-3.18/181-bcma-ngpio-bcm4707.patch new file mode 100644 index 0000000000..79cb6df7f1 --- /dev/null +++ b/target/linux/bcm53xx/patches-3.18/181-bcma-ngpio-bcm4707.patch @@ -0,0 +1,17 @@ +From: Felix Fietkau +Subject: [PATCH] bcma: enable 32 GPIO pins for BCM4707+ + +At least one BCM4709 device uses GPIO pins > 16. + +Signed-off-by: Felix Fietkau +--- +--- a/drivers/bcma/driver_gpio.c ++++ b/drivers/bcma/driver_gpio.c +@@ -226,6 +226,7 @@ int bcma_gpio_init(struct bcma_drv_cc *c + chip->of_node = cc->core->dev.of_node; + #endif + switch (bus->chipinfo.id) { ++ case BCMA_CHIP_ID_BCM4707: + case BCMA_CHIP_ID_BCM5357: + case BCMA_CHIP_ID_BCM53572: + chip->ngpio = 32; -- cgit v1.2.3