Skip to content
Snippets Groups Projects

Draft: RK3588 Pocket Reform bringup

Closed minute requested to merge rk3588-pocket into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -357,7 +357,7 @@ index f9a69f347068..376d4e77728d 100644
dsi->format = MIPI_DSI_FMT_RGB888;
- dsi->mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO |
- MIPI_DSI_CLOCK_NON_CONTINUOUS;
+ dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_HSE;
+ dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_NO_EOT_PACKET | MIPI_DSI_MODE_VIDEO_NO_HFP | MIPI_DSI_MODE_VIDEO_NO_HBP | MIPI_DSI_MODE_VIDEO_NO_HSA;
+
+ // on a311d it works only without burst, but imx8mplus needs burst mode
+ if (of_property_present(dsi->dev.of_node, "burst-mode")) {
Loading