Correction: The previous commit did not entirely fix the build failure. This commit fixes the CoolPi CM5 8uart device-tree file in order for the kernel to successfully build. There was an additional 'MIPI_DSI_MODE_EOT_PACKET' that needed to be replaced with a 'MIPI_DSI_MODE_NO_EOT_PACKET'
This commit is contained in:
parent
4c1fe9bafc
commit
7e87c6fc4d
@ -479,7 +479,7 @@
|
||||
unprepare-delay-ms = <10>;
|
||||
disable-delay-ms = <10>;
|
||||
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
|
||||
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
|
||||
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET)>;
|
||||
dsi,format = <MIPI_DSI_FMT_RGB888>;
|
||||
dsi,lanes = <4>;
|
||||
panel-init-sequence = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user