
21 Apr
2024
21 Apr
'24
1:24 a.m.
On Mon, 8 Jan 2024 18:44:59 +0200 Svyatoslav Ryhel clamor95@gmail.com wrote:
Simplify platform data pass to simple DSI panels by direct asigning in udevice_id struct.
Support EDID searching in case device tree provides no specific timings or device has different panels (like paz00).
Svyatoslav Ryhel (2): video: simple_panel: simplify platform data pass video: simple_panel: add EDID support
drivers/video/Kconfig | 2 + drivers/video/simple_panel.c | 87 +++++++++++++++++++++++++----------- 2 files changed, 63 insertions(+), 26 deletions(-)
Series applied to u-boot-video. Fixed dm_i2c_* build errors with patch 2.
-- Anatolij