Re: [PATCH v4 1/2] dt-bindings: gpio: Binding for Realtek Otto GPIO
From: Rob Herring <robh@kernel.org>
Date: 2021-03-27 18:17:15
Also in:
linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-03-27 18:17:15
Also in:
linux-gpio, lkml
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 <redacted> --- .../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>