diff options
| author | Janne Grunau <j@jannau.net> | 2026-07-24 20:16:46 +0200 |
|---|---|---|
| committer | Sven Peter <sven@kernel.org> | 2026-08-01 20:47:40 +0200 |
| commit | c1b7bfab96da91021afbe7cde1539f4d715e9abc (patch) | |
| tree | c6d8588c1563f507d6254b05d2e68f1597ed7324 | |
| parent | d713bfe900d2935919118d9c8880c5d060d64cb9 (diff) | |
| download | linux-next-c1b7bfab96da91021afbe7cde1539f4d715e9abc.tar.gz linux-next-c1b7bfab96da91021afbe7cde1539f4d715e9abc.zip | |
dt-bindings: i2c: apple,i2c: Add t6030 and t6031 compatibles
The i2c block on Apple silicon M3 Pro, Max and Ultra SoCs are compatible
with the t8103 (M1) one. Add "apple,t6030-i2c" for M3 Pro and
"apple,t6031-i2c" for M3 Max and Ultra as per-SoC compatibles.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Sven Peter <sven@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml index 9e59200ad37b..d39f5e3f1df4 100644 --- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml @@ -24,6 +24,8 @@ properties: - items: - enum: - apple,t6020-i2c + - apple,t6030-i2c + - apple,t6031-i2c - apple,t8122-i2c - const: apple,t8103-i2c - items: |
