Skip to content

Commit 678fefd

Browse files
hshahaxiadoarndb
authored andcommitted
dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
Add binding for AX3000 I3C controller. So far, no changes 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 7346be4 commit 678fefd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
const: cdns,i3c-master
17+
oneOf:
18+
- const: cdns,i3c-master
19+
- items:
20+
- enum:
21+
- axiado,ax3000-i3c
22+
- const: cdns,i3c-master
1823

1924
reg:
2025
maxItems: 1

0 commit comments

Comments
 (0)