Skip to content

Commit 0eae9ce

Browse files
nfrapradoAngeloGioacchino Del Regno
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/20250502-genio-1200-disable-backlight-lcd1-v1-1-c021d2c9e48e@collabora.com Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent d77e89b commit 0eae9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
brightness-levels = <0 1023>;
107107
num-interpolated-steps = <1023>;
108108
default-brightness-level = <576>;
109+
status = "disabled";
109110
};
110111

111112
can_clk: can-clk {

0 commit comments

Comments
 (0)