Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
@ 2025-09-15  1:52 Nick Chan
  2025-09-15  1:52 ` [PATCH v4 1/3] dt-bindings: spmi: Add Apple A11 and T2 compatible Nick Chan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Nick Chan @ 2025-09-15  1:52 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Sasha Finkelstein, Sven Peter
  Cc: asahi, linux-arm-kernel, linux-kernel, devicetree, Nick Chan

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>



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs
@ 2025-09-15  1:48 Nick Chan
  0 siblings, 0 replies; 9+ messages in thread
From: Nick Chan @ 2025-09-15  1:48 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Sasha Finkelstein, Sven Peter
  Cc: asahi, linux-arm-kernel, linux-kernel, devicetree, Nick Chan

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>



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-18 19:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15  1:52 [PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs Nick Chan
2025-09-15  1:52 ` [PATCH v4 1/3] dt-bindings: spmi: Add Apple A11 and T2 compatible Nick Chan
2025-09-15 13:53   ` Rob Herring (Arm)
2025-09-15 23:18     ` Nick Chan
2025-09-15 13:54   ` Rob Herring (Arm)
2025-09-15  1:52 ` [PATCH v4 2/3] arm64: dts: apple: t8012: Add SPMI node Nick Chan
2025-09-15  1:52 ` [PATCH v4 3/3] arm64: dts: apple: t8015: " Nick Chan
2025-09-18 19:15 ` [PATCH v4 0/3] SPMI dt-bindings and nodes for Apple A11 and T2 SoCs Sven Peter
  -- strict thread matches above, loose matches on Subject: below --
2025-09-15  1:48 Nick Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox