Integrate linux-seco-imx/seco_lf-5.10.y-gm_panel
[DRIVER] panel-simple: extend panel-dpi to read missing DT properties
The "panel-dpi" compatible allows loading panel configurations from device tree, but it doesn't provide any way of setting many of the properties.
Add the necessary DT properties:
- delay prepare, enable, disable, unprepare
- bpc
- bus-format
- connector-type
--
[DRIVER] panel-simple: print panel identifier
Print compatible[0] as panel-name to easily recognize currently used panel
--
[DRIVER] panel-simple: assign data from panel_dpi_probe() correctly
In the function panel_simple_probe() the pointer panel->desc is assigned to the passed pointer desc. If function panel_dpi_probe() is called panel->desc will be updated, update the desc pointer to be able to use the data from panel_dpi_probe().