Tool/software:
Hello,
I am currently working on bringing up a MIPI-DSI display on our custom hardware. Unfortunately, the display initialization has failed so far.
During investigation, I referred to the device tree used for the Raspberry Pi display on the EVM, and I noticed that it includes a bridge component that converts DSI signals to DPI. However, my display panel accepts native DSI input directly and does not require any such bridge.
I plan to use the panel-simple-dsi
compatible with the simple-panel
driver, and intend to configure the necessary display timing parameters directly within the device tree.
Could someone please provide guidance or an example on how to correctly structure the device tree so that the panel-simple-dsi
driver probes successfully for a native MIPI-DSI panel without using any bridge?
Any help on configuring the ports, endpoints, and timing parameters correctly would be greatly appreciated.
Thank you.