Skip to content

Commit 9be6ade

Browse files
committed
dt-bindings: i2c: apple,i2c: Add t8122 compatible
The i2c block on the Apple silicon t8122 (M3) SoC is compatible with the existing driver. Add "apple,t8122-i2c" as SoC specific compatible under "apple,t8103-i2c" used by the deriver. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7acee25 commit 9be6ade

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ properties:
2222
compatible:
2323
oneOf:
2424
- items:
25-
- const: apple,t6020-i2c
25+
- enum:
26+
- apple,t6020-i2c
27+
- apple,t8122-i2c
2628
- const: apple,t8103-i2c
2729
- items:
2830
- enum:

0 commit comments

Comments
 (0)