Compatible strings are always searched in turn.I still think that the compatibility string is wrong.
Instead of- because there is no such compatible string in panel-simple -Code:
compatible = "Generic,panel-dsi","panel-dsi";
shouldn't it beonly?Code:
compatible = "panel-dsi";
You have the same in mipi-dbi-spi where the compatible is
Code:
compatible = "panel", "panel-mipi-dbi-spi";
"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