diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-08-03 22:25:12 +0200 |
|---|---|---|
| committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-08-03 22:25:12 +0200 |
| commit | efb2ad898d693cfa8b2b59f66b68791fc8d6184f (patch) | |
| tree | 3b1d12184557f110e1a0f747515188ea6a6d3c16 /Documentation | |
| parent | Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
| parent | i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates (diff) | |
| download | linux-efb2ad898d693cfa8b2b59f66b68791fc8d6184f.tar.gz linux-efb2ad898d693cfa8b2b59f66b68791fc8d6184f.zip | |
Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
i2c-host for v6.17, part 2
- apple: add support for Apple A7–A11, T2 chips
- qcom-geni: fix controller frequency mapping
- stm32f7: add DMA-safe transfer support
- tegra: use controller reset if device reset is missing
- tegra: remove unnecessary dma_sync*() calls
Diffstat (limited to 'Documentation')
| -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 |
