mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: apple: s5l8960x: Add backlight nodes
Add DWI backlight controller nodes for Apple A7 SoC, and enable it for iPhone 5s. Signed-off-by: Nick Chan <towinchenmi@gmail.com> Link: https://lore.kernel.org/r/20250228-dwi-dt-v2-1-69e450bc4bfb@gmail.com Signed-off-by: Sven Peter <sven@svenpeter.dev>
This commit is contained in:
parent
7275e795e5
commit
0f8f64b232
2 changed files with 11 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&dwi_bl {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&framebuffer0 {
|
||||
power-domains = <&ps_disp0 &ps_mipi_dsi>;
|
||||
};
|
||||
|
|
|
@ -100,6 +100,13 @@
|
|||
power-domains = <&ps_aic>;
|
||||
};
|
||||
|
||||
dwi_bl: backlight@20e200010 {
|
||||
compatible = "apple,s5l8960x-dwi-bl", "apple,dwi-bl";
|
||||
reg = <0x2 0x0e200010 0x0 0x8>;
|
||||
power-domains = <&ps_dwi>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@20e300000 {
|
||||
compatible = "apple,s5l8960x-pinctrl", "apple,pinctrl";
|
||||
reg = <0x2 0x0e300000 0x0 0x100000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue