Makes me assume you don't know what your doing!UPDATE:
I was able to get DSI outputs working by compiling the "vc4-kms-dsi-dumb-panel-pi5" overlay myself and removing its header files, however I could not make the "vc4-kms-dsi-generic" work yet, I think I am having problem with the compatible part:I couldn't figure out what to do with this part. When I addedCode:
panel: panel-dsi-generic@0 {// See panel-dsi.yaml binding// Using dummy name for panel modelcompatible = "Generic,panel-dsi","panel-dsi";
It gave DSI output however I couldn't customize the timings and number of lanes.Code:
compatible = "boe,tv080wum-nl0", "panel-simple-dsi";
vc4-kms-dsi-generic doesn't allow another compatible string for a panel, one needs to add all relevant parameters in config.txt. You should be able to see that from the README (see link above).
dtbindings is your friend - https://github.com/raspberrypi/linux/bl ... l-dsi.yaml
The overlay should start without any parameters added though (as the parameters which one is specifying in config.txt were just overrides).
Statistics: Posted by aBUGSworstnightmare — Thu Mar 07, 2024 3:56 pm