Sipeed MaixSense has a LCD panel that does not need any vendor-specific commands to initialize (because all configuration is programmed into OTP).
For this kind of panels, only MIPI DCS commands are needed.
Should we implement the generation of MIPI DCS control stream in panel-mipi-dbi and drop the need of command file?
See sipeed/linux@b0038b7 for an example.