[PATCH RESEND v2 0/5] arm64: dts: apple: Add DWI backlight dt nodes

Nick Chan posted 5 patches 9 months, 2 weeks ago
arch/arm64/boot/dts/apple/s5l8960x-5s.dtsi     | 4 ++++
arch/arm64/boot/dts/apple/s5l8960x.dtsi        | 7 +++++++
arch/arm64/boot/dts/apple/s800-0-3-common.dtsi | 4 ++++
arch/arm64/boot/dts/apple/s800-0-3.dtsi        | 7 +++++++
arch/arm64/boot/dts/apple/t7000-handheld.dtsi  | 4 ++++
arch/arm64/boot/dts/apple/t7000.dtsi           | 7 +++++++
arch/arm64/boot/dts/apple/t8010-common.dtsi    | 4 ++++
arch/arm64/boot/dts/apple/t8010.dtsi           | 7 +++++++
arch/arm64/boot/dts/apple/t8015-8.dtsi         | 4 ++++
arch/arm64/boot/dts/apple/t8015.dtsi           | 7 +++++++
10 files changed, 55 insertions(+)
[PATCH RESEND v2 0/5] arm64: dts: apple: Add DWI backlight dt nodes
Posted by Nick Chan 9 months, 2 weeks ago
Add device tree nodes for DWI backlight found on some Apple iPhones, iPads
and iPod touches. Not all devices have this feature, as some devices
instead have their backlights directly connected to the WLED output of a
PMU or use self-emissive panels.

Resned because a network error occured and some patches failed to send.

Devicetree bindings are in the driver series. Last version at:
https://lore.kernel.org/asahi/20250214040306.16312-1-towinchenmi@gmail.com/

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
Changes in v2:
- Fix typo s/iPad touch 7/iPod touch 7/ in commit message.
- Pad "reg" property with a leading zero when needed
- Link to v1: https://lore.kernel.org/r/20250220-dwi-dt-v1-0-d742431c7373@gmail.com

---
Nick Chan (5):
      arm64: dts: apple: s5l8960x: Add backlight nodes
      arm64: dts: apple: t7000: Add backlight nodes
      arm64: dts: apple: s800-0-3: Add backlight nodes
      arm64: dts: apple: t8010: Add backlight nodes
      arm64: dts: apple: t8015: Add backlight nodes

 arch/arm64/boot/dts/apple/s5l8960x-5s.dtsi     | 4 ++++
 arch/arm64/boot/dts/apple/s5l8960x.dtsi        | 7 +++++++
 arch/arm64/boot/dts/apple/s800-0-3-common.dtsi | 4 ++++
 arch/arm64/boot/dts/apple/s800-0-3.dtsi        | 7 +++++++
 arch/arm64/boot/dts/apple/t7000-handheld.dtsi  | 4 ++++
 arch/arm64/boot/dts/apple/t7000.dtsi           | 7 +++++++
 arch/arm64/boot/dts/apple/t8010-common.dtsi    | 4 ++++
 arch/arm64/boot/dts/apple/t8010.dtsi           | 7 +++++++
 arch/arm64/boot/dts/apple/t8015-8.dtsi         | 4 ++++
 arch/arm64/boot/dts/apple/t8015.dtsi           | 7 +++++++
 10 files changed, 55 insertions(+)
---
base-commit: 5744902a35798e516def50348356f867a6c1f1c7
change-id: 20250220-dwi-dt-c9c7af33bd16

Best regards,
-- 
Nick Chan <towinchenmi@gmail.com>
Re: [PATCH RESEND v2 0/5] arm64: dts: apple: Add DWI backlight dt nodes
Posted by Sven Peter 9 months, 1 week ago
On Fri, 28 Feb 2025 12:32:11 +0800, Nick Chan wrote:
> Add device tree nodes for DWI backlight found on some Apple iPhones, iPads
> and iPod touches. Not all devices have this feature, as some devices
> instead have their backlights directly connected to the WLED output of a
> PMU or use self-emissive panels.
> 
> Resned because a network error occured and some patches failed to send.
> 
> [...]

Applied to git@github.com:AsahiLinux/linux.git (asahi-soc/dt), thanks!

[1/5] arm64: dts: apple: s5l8960x: Add backlight nodes
      https://github.com/AsahiLinux/linux/commit/0f8f64b2329f
[2/5] arm64: dts: apple: t7000: Add backlight nodes
      https://github.com/AsahiLinux/linux/commit/897359ae3c50
[3/5] arm64: dts: apple: s800-0-3: Add backlight nodes
      https://github.com/AsahiLinux/linux/commit/4384b6c781bc
[4/5] arm64: dts: apple: t8010: Add backlight nodes
      https://github.com/AsahiLinux/linux/commit/074db7d6f51b
[5/5] arm64: dts: apple: t8015: Add backlight nodes
      https://github.com/AsahiLinux/linux/commit/e1bc21d8f8fd

Best regards,
-- 
Sven Peter <sven@svenpeter.dev>