From: Harshit Shah Date: Tue, 22 Jul 2025 20:15:32 +0000 (-0700) Subject: dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5250ebc3e4ae49934069968beffbfaa83fb734;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Harshit Shah Signed-off-by: Arnd Bergmann --- 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