]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
authorHarshit Shah <hshah@axiado.com>
Tue, 22 Jul 2025 20:15:34 +0000 (13:15 -0700)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 20:30:17 +0000 (22:30 +0200)
Add binding for AX3000 I3C controller. So far, no changes 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>
Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml

index cad6d53d0e2e35ddaaad35215ec93dd182f28319..6fa3078074d0298d9786a26d7f1f2dd2c15329a7 100644 (file)
@@ -14,7 +14,12 @@ allOf:
 
 properties:
   compatible:
-    const: cdns,i3c-master
+    oneOf:
+      - const: cdns,i3c-master
+      - items:
+          - enum:
+              - axiado,ax3000-i3c
+          - const: cdns,i3c-master
 
   reg:
     maxItems: 1