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

From: Hector Martin
Date: Wed Dec 15 2021 - 09:18:11 EST


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(-)