mbox series

[0/4] dt-bindings: Add trivial Apple t6000/t6001 SoC bindings

Message ID 20211209051001.70235-1-marcan@marcan.st
Headers show
Series dt-bindings: Add trivial Apple t6000/t6001 SoC bindings | expand

Message

Hector Martin Dec. 9, 2021, 5:09 a.m. UTC
Hi Rob et al,

This series adds trivial DT binding changes (compatibles and some misc
changes) to support Apple's t6000/t6001 SoCs and the devices that use
them. These changes are for devices that need no driver changes to
support these new SoCs. Drivers that need changes (notably AICv2) have
the binding change submitted as part of that series.

The only nontrivial patch is #3 for the PCIe binding, which grew a port.
I tried to set it up so it'll fail validation if you try to have too
many ports on t8103.

I'll be happy to merge this through the Asahi-SoC tree once reviewed :)

Hector Martin (4):
  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

 .../devicetree/bindings/arm/apple.yaml        | 21 ++++++++++++++
 .../devicetree/bindings/i2c/apple,i2c.yaml    |  4 ++-
 .../devicetree/bindings/pci/apple,pcie.yaml   | 28 ++++++++++++++-----
 .../bindings/pinctrl/apple,pinctrl.yaml       |  4 ++-
 4 files changed, 48 insertions(+), 9 deletions(-)

Comments

Hector Martin Dec. 12, 2021, 4:04 a.m. UTC | #1
On 09/12/2021 14.09, Hector Martin wrote:
> Hi Rob et al,
> 
> This series adds trivial DT binding changes (compatibles and some misc
> changes) to support Apple's t6000/t6001 SoCs and the devices that use
> them. These changes are for devices that need no driver changes to
> support these new SoCs. Drivers that need changes (notably AICv2) have
> the binding change submitted as part of that series.
> 
> The only nontrivial patch is #3 for the PCIe binding, which grew a port.
> I tried to set it up so it'll fail validation if you try to have too
> many ports on t8103.
> 
> I'll be happy to merge this through the Asahi-SoC tree once reviewed :)
> 
> Hector Martin (4):
>    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
> 
>   .../devicetree/bindings/arm/apple.yaml        | 21 ++++++++++++++
>   .../devicetree/bindings/i2c/apple,i2c.yaml    |  4 ++-
>   .../devicetree/bindings/pci/apple,pcie.yaml   | 28 ++++++++++++++-----
>   .../bindings/pinctrl/apple,pinctrl.yaml       |  4 ++-
>   4 files changed, 48 insertions(+), 9 deletions(-)
> 

Thanks for the reviews! This is now queued in asahi-soc/dt.