On Wed, 19 Apr 2023 at 13:17, Svyatoslav Ryhel <[email protected]> wrote: > > 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 <[email protected]> # LG P880 T30 > Tested-by: Svyatoslav Ryhel <[email protected]> # LG P895 T30 > Signed-off-by: Svyatoslav Ryhel <[email protected]> > --- > drivers/video/Kconfig | 9 + > drivers/video/Makefile | 1 + > drivers/video/renesas-r61307.c | 296 +++++++++++++++++++++++++++++++++ > 3 files changed, 306 insertions(+) > create mode 100644 drivers/video/renesas-r61307.c >
Reviewed-by: Simon Glass <[email protected]> Best to use lower-case hex consistently.

