[PATCH linux dev-6.12 4/6] dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
Kuan-Jui Chiu
kchiu at axiado.com
Fri Dec 26 12:57:48 AEDT 2025
From: Harshit Shah <hshah at axiado.com>
Add binding for AX3000 I3C controller. So far, no changes known,
so it can fallback to default compatible.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Signed-off-by: Harshit Shah <hshah at axiado.com>
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
---
Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
index cad6d53d0e2e..6fa3078074d0 100644
--- a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
@@ -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
--
2.34.1
More information about the openbmc
mailing list