[GIT PULL] Apple SoC DT updates for 6.4 (v2)

From: Hector Martin
Date: Mon Apr 17 2023 - 05:26:53 EST


Hi SoC folks,

Please merge these DT changes for 6.4.

A bit late this cycle, this adds the PWM controllers and keyboard
backlight nodes. That driver is also on the way to 6.4.

- Hector

The following changes since commit 8d59efc33fdaa2c82072b4d3ba5f67d7dd9270d0:

arm64: dts: apple: t600x: Disable unused PCIe ports (2023-03-28 20:07:02 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 50aa09ac18fac94a907d26dca21aff5507373fb1:

arm64: dts: apple: t8112: Add PWM controller (2023-04-17 17:27:57 +0900)

----------------------------------------------------------------
Apple SoC DT updates for 6.4 (v2).

A late addition to the tree, adding the PWM controllers and associated
keyboard backlight nodes, since that driver and its bindings are now
on the way to 6.4.

----------------------------------------------------------------
Sasha Finkelstein (3):
arm64: dts: apple: t8103: Add PWM controller
arm64: dts: apple: t600x: Add PWM controller
arm64: dts: apple: t8112: Add PWM controller

arch/arm64/boot/dts/apple/t600x-die0.dtsi | 9 +++++++++
arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi | 18 ++++++++++++++++++
arch/arm64/boot/dts/apple/t8103-j293.dts | 17 +++++++++++++++++
arch/arm64/boot/dts/apple/t8103-j313.dts | 17 +++++++++++++++++
arch/arm64/boot/dts/apple/t8103.dtsi | 9 +++++++++
arch/arm64/boot/dts/apple/t8112-j413.dts | 17 +++++++++++++++++
arch/arm64/boot/dts/apple/t8112-j493.dts | 17 +++++++++++++++++
arch/arm64/boot/dts/apple/t8112.dtsi | 9 +++++++++
8 files changed, 113 insertions(+)

- Hector