mbox series

[v2,0/3] Apple Arm patform device tree and bindings fixes

Message ID 20211122222440.21177-1-j@jannau.net (mailing list archive)
Headers show
Series Apple Arm patform device tree and bindings fixes | expand

Message

Janne Grunau Nov. 22, 2021, 10:24 p.m. UTC
Hej All,

this series fixes small issues in the device tree bindings and files
for the Apple Arm platform in v5.16-rc1. The fixes are non-critical
but make things easier moving forward.

Changes since v1:
 - replaced single value enum in apple,i2c.yaml with const
 - added Sven Peter's Reviewed-by tags to Patch 2 and 3

thanks
Janne

The series is available as branch at
https://github.com/jannau/linux/tree/apple_m1/dt-fixes-for-5.16_v2

Janne Grunau (3):
  arm64: dts: apple: change ethernet0 device type to ethernet
  dt-bindings: i2c: apple,i2c: allow multiple compatibles
  arm64: dts: apple: add #interrupt-cells property to pinctrl nodes

 Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 8 ++++----
 arch/arm64/boot/dts/apple/t8103-j274.dts             | 2 +-
 arch/arm64/boot/dts/apple/t8103.dtsi                 | 4 ++++
 3 files changed, 9 insertions(+), 5 deletions(-)

Comments

Hector Martin Nov. 23, 2021, 4:27 a.m. UTC | #1
On 23/11/2021 07.24, Janne Grunau wrote:
> Hej All,
> 
> this series fixes small issues in the device tree bindings and files
> for the Apple Arm platform in v5.16-rc1. The fixes are non-critical
> but make things easier moving forward.
> 
> Changes since v1:
>   - replaced single value enum in apple,i2c.yaml with const
>   - added Sven Peter's Reviewed-by tags to Patch 2 and 3
> 
> thanks
> Janne
> 
> The series is available as branch at
> https://github.com/jannau/linux/tree/apple_m1/dt-fixes-for-5.16_v2
> 
> Janne Grunau (3):
>    arm64: dts: apple: change ethernet0 device type to ethernet
>    dt-bindings: i2c: apple,i2c: allow multiple compatibles
>    arm64: dts: apple: add #interrupt-cells property to pinctrl nodes
> 
>   Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 8 ++++----
>   arch/arm64/boot/dts/apple/t8103-j274.dts             | 2 +-
>   arch/arm64/boot/dts/apple/t8103.dtsi                 | 4 ++++
>   3 files changed, 9 insertions(+), 5 deletions(-)
> 

Acked-by: Hector Martin <marcan@marcan.st>

Thanks! I'll apply this to asahi-soc once Rob acks the binding change.