diff options
author | Harshit Shah <hshah@axiado.com> | 2025-07-22 13:15:32 -0700 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-07-22 22:30:17 +0200 |
commit | 4c5250ebc3e4ae49934069968beffbfaa83fb734 (patch) | |
tree | 8b5c5a63dc71eb624775c5023080ba1d7a8da8cf | |
parent | 36f42234497845bfa45ca13e8a683dbffaa09a83 (diff) |
dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
Add binding for Axiado AX3000 GPIO controller. So far, no changes
are known, so it can fallback to default compatible.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Harshit Shah <hshah@axiado.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml index f1a64c173665..a84d60b39459 100644 --- a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml @@ -11,7 +11,12 @@ maintainers: properties: compatible: - const: cdns,gpio-r1p02 + oneOf: + - const: cdns,gpio-r1p02 + - items: + - enum: + - axiado,ax3000-gpio + - const: cdns,gpio-r1p02 reg: maxItems: 1 |