Skip to content

Commit c7c8d88

Browse files
committed
dt-bindings: i2c: apple,i2c: Add Apple M3 compatibles
The i2c block on Apple silicon M3 SoCs is compatible with the t8103 (M1) one. Add "apple,t8122-i2c" and "apple,t6030-i2c" as compatibles for M3 and M3 Pro, Max and Ultra. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent cbd56ae commit c7c8d88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/i2c/apple,i2c.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ properties:
2222
compatible:
2323
oneOf:
2424
- items:
25-
- const: apple,t6020-i2c
25+
- enum:
26+
- apple,t6020-i2c
27+
- apple,t6030-i2c
28+
- apple,t8122-i2c
2629
- const: apple,t8103-i2c
2730
- items:
2831
- enum:

0 commit comments

Comments
 (0)