
17 Jul
2023
17 Jul
'23
5:22 p.m.
On Thu, 25 May 2023 14:34:35 +0200 Ondřej Jirman megi@xff.cz wrote:
From: Ondrej Jirman megi@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 megi@xff.cz Cc: Anatolij Gustschin agust@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