On Thu, 25 May 2023 14:34:35 +0200 Ondřej Jirman m...@xff.cz wrote: > From: Ondrej Jirman <m...@xff.cz> > > The driver is for panels based on the Himax HX8394 controller, such as the > HannStar HSD060BHW4 720x1440 TFT LCD panel that uses a MIPI-DSI interface. > This panel is used in Pinephone Pro. > > Signed-off-by: Ondrej Jirman <m...@xff.cz> > Cc: Anatolij Gustschin <ag...@denx.de> > --- > drivers/video/Kconfig | 8 ++ > drivers/video/Makefile | 1 + > drivers/video/himax-hx8394.c | 237 +++++++++++++++++++++++++++++++++++ > 3 files changed, 246 insertions(+) > create mode 100644 drivers/video/himax-hx8394.c
applied to u-boot-video/master, thanks! -- Anatolij