Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcma: enable 32 GPIO pins for BCM4707

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Felix Fietkau and committed by
Kalle Valo
f022ea52 2d57b712

+1
+1
drivers/bcma/driver_gpio.c
··· 226 226 chip->of_node = cc->core->dev.of_node; 227 227 #endif 228 228 switch (bus->chipinfo.id) { 229 + case BCMA_CHIP_ID_BCM4707: 229 230 case BCMA_CHIP_ID_BCM5357: 230 231 case BCMA_CHIP_ID_BCM53572: 231 232 chip->ngpio = 32;