Skip to content

Commit b66652c

Browse files
committed
dt-bindings: i2c: apple,i2c: Add apple,t6000-i2c compatible
This block is compatible with t8103, so just add the new per-SoC compatible under apple,i2c. Reviewed-by: Mark Kettenis <[email protected]> Reviewed-by: Sven Peter <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent e15b8c8 commit b66652c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ allOf:
2121
properties:
2222
compatible:
2323
items:
24-
- const: apple,t8103-i2c
24+
- enum:
25+
- apple,t8103-i2c
26+
- apple,t6000-i2c
2527
- const: apple,i2c
2628

2729
reg:

0 commit comments

Comments
 (0)