Skip to content

Commit 4c5250e

Browse files
hshahaxiadoarndb
authored andcommitted
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 <[email protected]> Signed-off-by: Harshit Shah <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 36f4223 commit 4c5250e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/gpio/cdns,gpio.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
const: cdns,gpio-r1p02
14+
oneOf:
15+
- const: cdns,gpio-r1p02
16+
- items:
17+
- enum:
18+
- axiado,ax3000-gpio
19+
- const: cdns,gpio-r1p02
1520

1621
reg:
1722
maxItems: 1

0 commit comments

Comments
 (0)