Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Janne Grunau and committed by
Wolfram Sang
c5f25f58 02b7cd68

+3 -1
+3 -1
Documentation/devicetree/bindings/i2c/apple,i2c.yaml
··· 22 22 compatible: 23 23 oneOf: 24 24 - items: 25 - - const: apple,t6020-i2c 25 + - enum: 26 + - apple,t6020-i2c 27 + - apple,t8122-i2c 26 28 - const: apple,t8103-i2c 27 29 - items: 28 30 - enum: