diff options
author | 2025-06-10 21:45:20 +0800 | |
---|---|---|
committer | 2025-07-30 00:32:00 +0200 | |
commit | f632472a2ab42536df720464098e52eb1c6b57ea (patch) | |
tree | dc063ffb3348ba9e3698fb0b4e094005025e30fc | |
parent | i2c: tegra: Remove dma_sync_*() calls (diff) | |
download | wireguard-linux-f632472a2ab42536df720464098e52eb1c6b57ea.tar.xz wireguard-linux-f632472a2ab42536df720464098e52eb1c6b57ea.zip |
dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
The I2C controllers found on Apple A7-A11, T2 SoCs are compatible with
the existing driver so add their per-SoC compatibles.
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Reviewed-by: Sven Peter <sven@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250610-i2c-no-t2-v2-1-a5a71080fba9@gmail.com
-rw-r--r-- | Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml index 077d2a539c83..fed3e1b8c43f 100644 --- a/Documentation/devicetree/bindings/i2c/apple,i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/apple,i2c.yaml @@ -22,6 +22,11 @@ properties: compatible: items: - enum: + - apple,s5l8960x-i2c + - apple,t7000-i2c + - apple,s8000-i2c + - apple,t8010-i2c + - apple,t8015-i2c - apple,t8103-i2c - apple,t8112-i2c - apple,t6000-i2c |