Skip to content

Commit caaa516

Browse files
jack-obrienpelwell
authored andcommitted
drm/panel: ilitek-ili9881c: Restore lanes configuration for nwe080 panel
This config was missing with the forward porting of the rasp pi kernel to 6.12. Refer to #6856 Signed-off-by: Jack O'Brien <[email protected]>
1 parent 40b187e commit caaa516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/panel/panel-ilitek-ili9881c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,7 @@ static const struct ili9881c_desc nwe080_desc = {
25312531
.init_length = ARRAY_SIZE(nwe080_init),
25322532
.mode = &nwe080_default_mode,
25332533
.mode_flags = MIPI_DSI_MODE_VIDEO_SYNC_PULSE | MIPI_DSI_MODE_VIDEO,
2534+
.lanes = 4,
25342535
};
25352536

25362537
static const struct ili9881c_desc cfaf7201280a0_050tx_desc = {

0 commit comments

Comments
 (0)