]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: simple_panel: add EDID support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 8 Jan 2024 16:45:01 +0000 (18:45 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:04:03 +0000 (09:04 +0200)
commit25ca3314fbc6ad2c55201792605038aa491d1548
tree21f9d88a6a05ef38de3f9e81a9d851e6ce24a0e7
parent02bb9976e1d4412f122f2c5dfebe689f8160805d
video: simple_panel: add EDID support

Support timing parsing from EDID if panel device tree node
provides DDC i2c bus instead of timings node.

Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF201
Tested-by: Agneli <poczt@protonmail.ch> # Toshiba AC100 T20
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
[agust: reworked to fix dm_i2c_* build errors and to big img size]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/simple_panel.c