]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: panel: add Renesas R61307 MIPI DSI panel driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Apr 2023 07:51:44 +0000 (10:51 +0300)
committerAnatolij Gustschin <agust@denx.de>
Wed, 26 Apr 2023 05:27:05 +0000 (07:27 +0200)
commitdcee478a6f3947325b7a19780112aa0d5043273a
treefd4bd07ecf57e592ba1e5d3c25f93806ba9d0bf4
parentb0268244d321dc2e103338052f1c8ba9b892fece
video: panel: add Renesas R61307 MIPI DSI panel driver

R61307 is liquid crystal driver for high-definition
amorphous silicon (a-Si) panels and is ideal for
tablets and smartphones.

Supported compatibles are:
- koe,tx13d100vm0eaa
- hitachi,tx13d100vm0eaa

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/renesas-r61307.c [new file with mode: 0644]