[PATCH v2 0/9] I2C dt nodes and bindings for Apple A7-A11 SoCs

Nick Chan posted 9 patches 4 months ago
.../devicetree/bindings/i2c/apple,i2c.yaml         |  5 ++
arch/arm64/boot/dts/apple/s5l8960x.dtsi            | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/s800-0-3.dtsi            | 57 ++++++++++++++++
arch/arm64/boot/dts/apple/s8001.dtsi               | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/t7000.dtsi               | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/t7001.dtsi               | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/t8010.dtsi               | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/t8011.dtsi               | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/apple/t8015.dtsi               | 76 ++++++++++++++++++++++
9 files changed, 594 insertions(+)
[PATCH v2 0/9] I2C dt nodes and bindings for Apple A7-A11 SoCs
Posted by Nick Chan 4 months ago
Hi,

This series adds the device tree nodes and bindings for I2C on Apple A7-A11
SoCs, since the existing driver appears to be compatible. The drivers for the
attached Dialog DA2xxx PMIC will be in a future patch series.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
Changes in v2:
- Actually include the bindings...
- Link to v1: https://lore.kernel.org/r/20250609-i2c-no-t2-v1-0-789c4693106f@gmail.com

---
Nick Chan (9):
      dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles
      arm64: dts: apple: s5l8960x: Add I2C nodes
      arm64: dts: apple: t7000: Add I2C nodes
      arm64: dts: apple: t7001: Add I2C nodes
      arm64: dts: apple: s800-0-3: Add I2C nodes
      arm64: dts: apple: s8001: Add I2C nodes
      arm64: dts: apple: t8010: Add I2C nodes
      arm64: dts: apple: t8011: Add I2C nodes
      arm64: dts: apple: t8015: Add I2C nodes

 .../devicetree/bindings/i2c/apple,i2c.yaml         |  5 ++
 arch/arm64/boot/dts/apple/s5l8960x.dtsi            | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/s800-0-3.dtsi            | 57 ++++++++++++++++
 arch/arm64/boot/dts/apple/s8001.dtsi               | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/t7000.dtsi               | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/t7001.dtsi               | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/t8010.dtsi               | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/t8011.dtsi               | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/apple/t8015.dtsi               | 76 ++++++++++++++++++++++
 9 files changed, 594 insertions(+)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250527-i2c-no-t2-2f3589996d14

Best regards,
-- 
Nick Chan <towinchenmi@gmail.com>
Re: (subset) [PATCH v2 0/9] I2C dt nodes and bindings for Apple A7-A11 SoCs
Posted by Sven Peter 2 months ago
On Tue, 10 Jun 2025 21:45:19 +0800, Nick Chan wrote:
> This series adds the device tree nodes and bindings for I2C on Apple A7-A11
> SoCs, since the existing driver appears to be compatible. The drivers for the
> attached Dialog DA2xxx PMIC will be in a future patch series.
> 
> 

Applied to local tree (apple-soc/dt-6.18), thanks!

[2/9] arm64: dts: apple: s5l8960x: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/68e01988b208
[3/9] arm64: dts: apple: t7000: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/5b1ab37ccc60
[4/9] arm64: dts: apple: t7001: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/a56771d333ed
[5/9] arm64: dts: apple: s800-0-3: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/5bee6cb9d9df
[6/9] arm64: dts: apple: s8001: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/baf703b08374
[7/9] arm64: dts: apple: t8010: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/9f286293541e
[8/9] arm64: dts: apple: t8011: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/1d16ae50cb1b
[9/9] arm64: dts: apple: t8015: Add I2C nodes
      https://github.com/AsahiLinux/linux/commit/e1313c2185d2

Best regards,
-- 
Sven Peter <sven@kernel.org>