Message ID | cover.1616760183.git.sander@svanheule.net |
---|---|
Headers | show |
Series | Add Realtek Otto GPIO support | expand |
On Fri, 26 Mar 2021 13:03:46 +0100, Sander Vanheule wrote: > Add a binding description for Realtek's GPIO controller found on several > of their MIPS-based SoCs (codenamed Otto), such as the RTL838x and > RTL839x series of switch SoCs. > > A fallback binding 'realtek,otto-gpio' is provided for cases where the > actual port ordering is not known yet, and enabling the interrupt > controller may result in uncaught interrupts. > > Signed-off-by: Sander Vanheule <sander@svanheule.net> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > --- > .../bindings/gpio/realtek,otto-gpio.yaml | 78 +++++++++++++++++++ > 1 file changed, 78 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > Reviewed-by: Rob Herring <robh@kernel.org>