]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
authorHarshit Shah <hshah@axiado.com>
Tue, 22 Jul 2025 20:15:32 +0000 (13:15 -0700)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 20:30:17 +0000 (22:30 +0200)
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>
Documentation/devicetree/bindings/gpio/cdns,gpio.yaml

index f1a64c17366500cb0e02a0ca90da691fd992fe7d..a84d60b3945952a1991492064ae6494df91c966f 100644 (file)
@@ -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