fix: apply DSI burst mode fix as kernel patch overlay
This commit is contained in:
@@ -25,4 +25,14 @@
|
||||
|
||||
# Firmware
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# DSI burst mode fix: remove SYNC_PULSE flag from CWU50 panel driver
|
||||
# BURST and SYNC_PULSE are mutually exclusive per MIPI DSI spec;
|
||||
# having both set causes display corruption on CM5
|
||||
boot.kernelPatches = lib.mkAfter [
|
||||
{
|
||||
name = "0008-dsi-burst-fix";
|
||||
patch = ./patches/0008-dsi-burst-fix.patch;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user