The Broadcom BCMBCA (Broadband Access) SoCs have a very simplistic GPIO with 32-bit data and dir registers. They can be supported directly by MMIO GPIO. Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> --- Documentation/devicetree/bindings/gpio/gpio-mmio.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpio/gpio-mmio.yaml b/Documentation/devicetree/bindings/gpio/gpio-mmio.yaml index b394e058256e..0e5c6c6d647c 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-mmio.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-mmio.yaml @@ -20,6 +20,7 @@ properties: compatible: enum: - brcm,bcm6345-gpio + - brcm,bcmbca-gpio - ni,169445-nand-gpio - wd,mbl-gpio # Western Digital MyBook Live memory-mapped GPIO controller -- 2.46.0