Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679070 > unrolled thread

[PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2017-06-30 21:10 +0200
Last post2017-06-30 23:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573 Florian Fainelli <f.fainelli@gmail.com> - 2017-06-30 21:10 +0200
    Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573 Rafał Miłecki <zajec5@gmail.com> - 2017-06-30 23:40 +0200

#1679070 — [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-30 21:10 +0200
Subject[PATCH] bcma: gpio: Correct number of GPIOs for BCM53573
Message-ID<tY9sK-WD-13@gated-at.bofh.it>
Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.

Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/bcma/driver_gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bcma/driver_gpio.c b/drivers/bcma/driver_gpio.c
index 7bde8d7a2816..982d5781d3ce 100644
--- a/drivers/bcma/driver_gpio.c
+++ b/drivers/bcma/driver_gpio.c
@@ -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;
-- 
2.9.3

[toc] | [next] | [standalone]


#1679148

FromRafał Miłecki <zajec5@gmail.com>
Date2017-06-30 23:40 +0200
Message-ID<tYbNU-2ht-39@gated-at.bofh.it>
In reply to#1679070
On 30 June 2017 at 21:02, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.
>
> Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Looks good.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web