mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: dts: mediatek: mt8395-genio-1200-evk: Disable unused backlight
The builtin panel on the Genio 1200 EVK board uses the backlight_lcm0 node for its backlight. Though the backlight_lcd1 is currently left enabled, it is unused, and its pwm input, disp_pwm1, is disabled, so it fails probe. Disable this unused node. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20250502-genio-1200-disable-backlight-lcd1-v1-1-c021d2c9e48e@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
d77e89b7b0
commit
0eae9cee0d
|
|
@ -106,6 +106,7 @@ backlight_lcd1: backlight-lcd1 {
|
|||
brightness-levels = <0 1023>;
|
||||
num-interpolated-steps = <1023>;
|
||||
default-brightness-level = <576>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
can_clk: can-clk {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user