mbox series

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

Message ID 20211121171545.27402-1-j@jannau.net
Headers show
Series Apple Arm patform device tree and bindings fixes | expand

Message

Janne Grunau Nov. 21, 2021, 5:15 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.

Patch 1/3 was previously sent, annotated with a "Fixes" tag and Mark's
"Reviewed-by".

Thanks
Janne

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 | 9 +++++----
 arch/arm64/boot/dts/apple/t8103-j274.dts             | 2 +-
 arch/arm64/boot/dts/apple/t8103.dtsi                 | 4 ++++
 3 files changed, 10 insertions(+), 5 deletions(-)

Comments

Sven Peter Nov. 21, 2021, 8:26 p.m. UTC | #1
On Sun, Nov 21, 2021, at 18:15, Janne Grunau wrote:
> Required for devices trying to use pinctrl devices as interrupt
> controller.
>
> Fixes: 0a8282b83119 ("arm64: apple: Add pinctrl nodes")
> Signed-off-by: Janne Grunau <j@jannau.net>
> Cc: Mark Kettenis <kettenis@openbsd.org>

Reviewed-by: Sven Peter <sven@svenpeter.dev>