Skip to content

Commit 11d5d0d

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 8394326 commit 11d5d0d

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
@@ -2512,6 +2512,7 @@ static const struct ili9881c_desc nwe080_desc = {
25122512
.init_length = ARRAY_SIZE(nwe080_init),
25132513
.mode = &nwe080_default_mode,
25142514
.mode_flags = MIPI_DSI_MODE_VIDEO_SYNC_PULSE | MIPI_DSI_MODE_VIDEO,
2515+
.lanes = 4,
25152516
};
25162517

25172518
static const struct ili9881c_desc cfaf7201280a0_050tx_desc = {

0 commit comments

Comments
 (0)