mbox series

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

Message ID 20250228-dwi-dt-v2-0-69e450bc4bfb@gmail.com (mailing list archive)
Headers show
Series arm64: dts: apple: Add DWI backlight dt nodes | expand

Message

Nick Chan Feb. 28, 2025, 4:32 a.m. UTC
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,

Comments

Sven Peter March 6, 2025, 7:56 p.m. UTC | #1
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,