Message ID | 20240917-bcmbca-gpio-mmio-v1-1-674bae8664cc@linaro.org |
---|---|
State | New |
Headers | show |
Series | Enable MMIO GPIO on BCMBCA | expand |
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
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@linaro.org> --- Documentation/devicetree/bindings/gpio/gpio-mmio.yaml | 1 + 1 file changed, 1 insertion(+)