]> Gentwo Git Trees - linux/.git/commitdiff
dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
authorAdrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Tue, 4 Nov 2025 07:29:06 +0000 (15:29 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 8 Nov 2025 21:50:46 +0000 (22:50 +0100)
Add the "altr,agilex5-dw-i3c-master" compatible string to the
Synopsys DesignWare I3C master binding. This allow Agilex5 to
use the generic DW I3C master controller while applying any
required platform-specific quirks.

Signed-off-by: Adrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/4ef059b129e9457eaadcfa6b996b9b6b000c7dba.1762237922.git.adrianhoyin.ng@altera.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml

index 5f646737581108fd85bae474f270fc56acaadf6c..e803457d3f554f6722da5acdefc0c3e9b985981c 100644 (file)
@@ -14,7 +14,11 @@ allOf:
 
 properties:
   compatible:
-    const: snps,dw-i3c-master-1.00a
+    oneOf:
+      - const: snps,dw-i3c-master-1.00a
+      - items:
+          - const: altr,agilex5-dw-i3c-master
+          - const: snps,dw-i3c-master-1.00a
 
   reg:
     maxItems: 1