Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 459c3514 authored by Florian Fainelli's avatar Florian Fainelli Committed by Kalle Valo
Browse files

bcma: gpio: Correct number of GPIOs for BCM53573



Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.

Fixes: 3f37ec79 ("bcma: support BCM53573 series of wireless SoCs")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent d0116f6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
	case BCMA_CHIP_ID_BCM4707:
	case BCMA_CHIP_ID_BCM5357:
	case BCMA_CHIP_ID_BCM53572:
	case BCMA_CHIP_ID_BCM53573:
	case BCMA_CHIP_ID_BCM47094:
		chip->ngpio	= 32;
		break;