mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 06:17:32 +07:00
bcma: enable 32 GPIO pins for BCM4707
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
2d57b7126d
commit
f022ea52d9
@ -226,6 +226,7 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
|
|||||||
chip->of_node = cc->core->dev.of_node;
|
chip->of_node = cc->core->dev.of_node;
|
||||||
#endif
|
#endif
|
||||||
switch (bus->chipinfo.id) {
|
switch (bus->chipinfo.id) {
|
||||||
|
case BCMA_CHIP_ID_BCM4707:
|
||||||
case BCMA_CHIP_ID_BCM5357:
|
case BCMA_CHIP_ID_BCM5357:
|
||||||
case BCMA_CHIP_ID_BCM53572:
|
case BCMA_CHIP_ID_BCM53572:
|
||||||
chip->ngpio = 32;
|
chip->ngpio = 32;
|
||||||
|
Loading…
Reference in New Issue
Block a user