Skip to content

Integrate linux-seco-imx/seco_lf-5.10.y-gm_panel

GitBot requested to merge linux-seco-imx/seco_lf-5.10.y-gm_panel into kirkstone

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/a0f36d9673c173e97bfdca81fc66471371434b6d

[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

--

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/4724761afd3a608e0c3dcce6bd171347a40870f1

[DRIVER] panel-simple: print panel identifier

Print compatible[0] as panel-name to easily recognize currently used panel

--

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/330cd1385909d8870b82ea56c72a543d97e600eb

[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().

Merge request reports

Loading