[PATCH linux dev-6.12 2/6] dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant
Kuan-Jui Chiu
kchiu at axiado.com
Fri Dec 26 12:57:46 AEDT 2025
From: Harshit Shah <hshah at axiado.com>
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 at linaro.org>
Signed-off-by: Harshit Shah <hshah at axiado.com>
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
---
Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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
--
2.34.1
More information about the openbmc
mailing list