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 <krzysztof.kozlowski@linaro.org> Signed-off-by: Harshit Shah <hshah@axiado.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 36f4223 commit 4c5250e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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)