[PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs

Nick Chan posted 3 patches 2 weeks, 3 days ago
Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++-
arch/arm64/boot/dts/apple/t8012.dtsi                   | 8 ++++++++
arch/arm64/boot/dts/apple/t8015.dtsi                   | 8 ++++++++
3 files changed, 20 insertions(+), 1 deletion(-)
[PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
Posted by Nick Chan 2 weeks, 3 days ago
Hi,

This series adds dt-bindings and nodes for Apple A11 and T2 SoCs,
and the existing driver appears to be compatible. Drivers for the attached
Dialog DA2422 and DA2449 PMICs will be in a future patch series.

The dt-binding patch depends on other spmi dt-binding patches that are
already applied in apple-soc/drivers-6.18, so it is best for it to be
applied through there.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
Changes in v4:
- Keep the empty lines as is in the spmi dt-bindings file
- Keep DT includes in alphabetical order
- Drop tags for dt-bindings since they are sigificantly different from v2
- Link to v3: https://lore.kernel.org/r/20250829-t8015-spmi-v3-0-58b15ee2c825@gmail.com

Changes in v3:
- After discussion with the DT maintainers we agreed not to extend the
  generic compatible[1]. Change the series to the agreed-upon style.
- Now depends on a patch[2] adding the t602x spmi compatible.
- Link to v2: https://lore.kernel.org/r/20250811-t8015-spmi-v2-0-a291acf0d469@gmail.com

[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/
[2]: https://lore.kernel.org/asahi/20250828-dt-apple-t6020-v1-22-507ba4c4b98e@jannau.net/

Changes in v2:
- Rebased on top of v6.17-rc1
- Collect Rob and Sven's tags
- Link to v1: https://lore.kernel.org/r/20250609-t8015-spmi-v1-0-b3c55ad01491@gmail.com

---
Nick Chan (3):
      dt-bindings: spmi: Add Apple A11 and T2 compatible
      arm64: dts: apple: t8012: Add SPMI node
      arm64: dts: apple: t8015: Add SPMI node

 Documentation/devicetree/bindings/spmi/apple,spmi.yaml | 5 ++++-
 arch/arm64/boot/dts/apple/t8012.dtsi                   | 8 ++++++++
 arch/arm64/boot/dts/apple/t8015.dtsi                   | 8 ++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)
---
base-commit: 989ca853ddeefad448bdfb771113faf9cc480936
change-id: 20250527-t8015-spmi-838bb49d34ae

Best regards,
-- 
Nick Chan <towinchenmi@gmail.com>
Re: [PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
Posted by Sven Peter 1 week, 6 days ago
On Mon, 15 Sep 2025 09:52:23 +0800, Nick Chan wrote:
> This series adds dt-bindings and nodes for Apple A11 and T2 SoCs,
> and the existing driver appears to be compatible. Drivers for the attached
> Dialog DA2422 and DA2449 PMICs will be in a future patch series.
> 
> The dt-binding patch depends on other spmi dt-binding patches that are
> already applied in apple-soc/drivers-6.18, so it is best for it to be
> applied through there.
> 
> [...]

Applied to git@github.com:AsahiLinux/linux.git (asahi-soc/for-next), thanks!

[1/3] dt-bindings: spmi: Add Apple A11 and T2 compatible
      https://github.com/AsahiLinux/linux/commit/4b167146ec05
[2/3] arm64: dts: apple: t8012: Add SPMI node
      https://github.com/AsahiLinux/linux/commit/8f6e6934e33e
[3/3] arm64: dts: apple: t8015: Add SPMI node
      https://github.com/AsahiLinux/linux/commit/70fa521f4d55

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