Skip to content

Commit 8d1d2c4

Browse files
hoyin0722alexandrebelloni
authored andcommitted
dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
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>
1 parent 3a36273 commit 8d1d2c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml

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

1515
properties:
1616
compatible:
17-
const: snps,dw-i3c-master-1.00a
17+
oneOf:
18+
- const: snps,dw-i3c-master-1.00a
19+
- items:
20+
- const: altr,agilex5-dw-i3c-master
21+
- const: snps,dw-i3c-master-1.00a
1822

1923
reg:
2024
maxItems: 1

0 commit comments

Comments
 (0)