Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5597

Interfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5

$
0
0
I still think that the compatibility string is wrong.
Instead of

Code:

compatible = "Generic,panel-dsi","panel-dsi";
- because there is no such compatible string in panel-simple -
shouldn't it be

Code:

compatible = "panel-dsi";
only?
Compatible strings are always searched in turn.

You have the same in mipi-dbi-spi where the compatible is

Code:

compatible = "panel", "panel-mipi-dbi-spi";
"panel" doesn't exist, but "panel-mipi-dbi-spi" does at https://github.com/raspberrypi/linux/bl ... dbi.c#L373

"Generic,panel-dsi" doesn't exist, but "panel-dsi" does at https://github.com/raspberrypi/linux/bl ... le.c#L4888

Statistics: Posted by 6by9 — Fri Mar 08, 2024 6:03 pm



Viewing all articles
Browse latest Browse all 5597

Trending Articles