]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: bridge: add Solomon SSD2825 DSI/LVDS driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Apr 2023 07:51:43 +0000 (10:51 +0300)
committerAnatolij Gustschin <agust@denx.de>
Wed, 26 Apr 2023 05:25:34 +0000 (07:25 +0200)
commitb0268244d321dc2e103338052f1c8ba9b892fece
tree8c4c232fed52b15d24c216f78bf58fca7815850e
parent060208370674cb95806491f231b373f824afc5db
video: bridge: add Solomon SSD2825 DSI/LVDS driver

SSD2825 is an innovative and cost-effective MIPI Bridge Chip solution
targeting high resolution smartphones. It can convert 24bit RGB
interface into 4-lane MIPI-DSI interface to drive extremely high
resolution display modules of up to 800 x 1366, while supporting AMOLED,
a-si LCD or LTPS advanced panel technologies for smartphone applications.

Bridge is wrapped in panel uClass model for wider compatibility.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # LG P880 T30
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/ssd2825.c [new file with mode: 0644]