diff mbox series

[2/2] gpio: mmio: Support BCMBCA GPIO compatible

Message ID 20240917-bcmbca-gpio-mmio-v1-2-674bae8664cc@linaro.org
State New
Headers show
Series Enable MMIO GPIO on BCMBCA | expand

Commit Message

Linus Walleij Sept. 17, 2024, 12:44 p.m. UTC
The Broadcom BCMBCA (Broadband Access) has a very simplistic
GPIO that can be supported directly by the MMIO driver.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/gpio/gpio-mmio.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-mmio.c b/drivers/gpio/gpio-mmio.c
index d89e78f0ead3..af095ddb3bd5 100644
--- a/drivers/gpio/gpio-mmio.c
+++ b/drivers/gpio/gpio-mmio.c
@@ -685,6 +685,7 @@  static void __iomem *bgpio_map(struct platform_device *pdev,
 
 static const struct of_device_id bgpio_of_match[] = {
 	{ .compatible = "brcm,bcm6345-gpio" },
+	{ .compatible = "brcm,bcmbca-gpio" },
 	{ .compatible = "wd,mbl-gpio" },
 	{ .compatible = "ni,169445-nand-gpio" },
 	{ }