diff options
author | Janne Grunau <j@jannau.net> | 2023-03-07 13:10:17 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2023-03-28 19:39:24 +0900 |
commit | 1e8edd6a6d5f5a604a7f71b90f5dca831c5d3490 (patch) | |
tree | f8247355ee9e1b17d83639d71854e6887535da06 /Documentation/devicetree/bindings/i2c | |
parent | 43145cfe308214addb3f4ecaa48fd2c415a2938f (diff) |
dt-bindings: i2c: apple,i2c: Add apple,t8112-i2c compatible
This block on the Apple M2 is compatible with the existing driver so
just add the per-SoC compatible.
Acked-by: Wolfram Sang <wsa@kernel.org> # for I2C
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml index 4ac61fec90e2..3f0e94189f2d 100644 --- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml @@ -23,6 +23,7 @@ properties: items: - enum: - apple,t8103-i2c + - apple,t8112-i2c - apple,t6000-i2c - const: apple,i2c |