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. Devicetree bindings are in the driver series. Last version at: https://lore.kernel.org/asahi/20250214040306.16312-1-towinchenmi@xxxxxxxxx/ Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx> --- 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@xxxxxxxxx --- 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@xxxxxxxxx>