mbox series

[GIT,PULL] Apple SoC DT updates for 5.17, v2

Message ID a24faafd-f2ae-c3a7-5327-b27da7d9e34b@marcan.st (mailing list archive)
State Accepted
Commit 5f424ff299ac7979f2eb7da44844305e8740415f
Headers show
Series [GIT,PULL] Apple SoC DT updates for 5.17, v2 | expand

Pull-request

https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-5.17-v2

Message

Hector Martin Dec. 15, 2021, 2:17 p.m. UTC
Hi SoC folks,

Please merge these additional Apple SoC DT updates for 5.17.

These mostly cover some cleanups, changes that go along with the PMGR
pull, new compatibles & minor binding changes, and adds the watchdog
node.

-Hector

The following changes since commit bf2c05b619ffc0bccf60d2108bfadc880ee7f5c7:

   arm64: dts: apple: t8103: Expose PCI node for the WiFi MAC address (2021-12-07 13:41:32 +0900)

are available in the Git repository at:

   https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-5.17-v2

for you to fetch changes up to 301f651614c3396d711a8cc3f92f6fb95b12f5c5:

   dt-bindings: mailbox: apple,mailbox: Add power-domains property (2021-12-15 20:20:38 +0900)

----------------------------------------------------------------
Apple SoC DT updates for 5.17, round 2:

- Various cleanups (removing useless props, sorting nodes, renaming
   things)
- Add PMGR min-state binding & props (see PMGR pull for driver change)
- Initial compatibles for t600x machines (M1 Pro/Max). This covers the
   bindings that just need compatible bumps & minor tweaks, no driver
   changes.
- Add watchdog node (driver not merged yet, hopefully will be; binding
   went in the previous pull)
- Add missing power-domains property to the mailbox binding

----------------------------------------------------------------
Hector Martin (10):
       arm64: dts: apple: t8103: Remove PCIe max-link-speed properties
       dt-bindings: power: apple,pmgr-pwrstate: Add apple,min-state prop
       arm64: dts: apple: t8103: Add apple,min-state to DCP PMGR nodes
       dt-bindings: arm: apple: Add t6000/t6001 MacBook Pro 14/16" compatibles
       dt-bindings: i2c: apple,i2c: Add apple,t6000-i2c compatible
       dt-bindings: pci: apple,pcie: Add t6000 support
       dt-bindings: pinctrl: apple,pinctrl: Add apple,t6000-pinctrl compatible
       arm64: dts: apple: t8103: Rename clk24 to clkref
       arm64: dts: apple: t8103: Sort nodes by address
       dt-bindings: mailbox: apple,mailbox: Add power-domains property

Sven Peter (1):
       arm64: dts: apple: t8103: Add watchdog node

  Documentation/devicetree/bindings/arm/apple.yaml   | 21 ++++++
  .../devicetree/bindings/i2c/apple,i2c.yaml         |  4 +-
  .../devicetree/bindings/mailbox/apple,mailbox.yaml |  3 +
  .../devicetree/bindings/pci/apple,pcie.yaml        | 28 +++++--
  .../devicetree/bindings/pinctrl/apple,pinctrl.yaml |  4 +-
  .../bindings/power/apple,pmgr-pwrstate.yaml        |  8 ++
  arch/arm64/boot/dts/apple/t8103-pmgr.dtsi          |  2 +
  arch/arm64/boot/dts/apple/t8103.dtsi               | 85 ++++++++++++----------
  8 files changed, 106 insertions(+), 49 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 15, 2021, 3:10 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 15 Dec 2021 23:17:58 +0900 you wrote:
> Hi SoC folks,
> 
> Please merge these additional Apple SoC DT updates for 5.17.
> 
> These mostly cover some cleanups, changes that go along with the PMGR
> pull, new compatibles & minor binding changes, and adds the watchdog
> node.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Apple SoC DT updates for 5.17, v2
    https://git.kernel.org/soc/soc/c/5f424ff299ac

You are awesome, thank you!