]> git.baikalelectronics.ru Git - uboot.git/commit
video: ti: am335x: restore driver-model code
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sat, 28 Jan 2023 15:55:31 +0000 (16:55 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 4 Feb 2023 12:36:23 +0000 (13:36 +0100)
commit78875efe8b08055a450869c5d721417b5919b27b
treec797166360dc531faeeae35d72311db659202c26
parent0c7b311c905dbce62dd2e03f24af418a0d1b12f7
video: ti: am335x: restore driver-model code

The commit 07b56924d57df ("video: Drop CONFIG_AM335X_LCD") removed not
only the LCD legacy implementation but also the code with driver model
support. The patch restores the code with driver model support.

Fixes: 07b56924d57df ("video: Drop CONFIG_AM335X_LCD")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/ti/Kconfig [new file with mode: 0644]
drivers/video/ti/Makefile [new file with mode: 0644]
drivers/video/ti/tilcdc-panel.c [new file with mode: 0644]
drivers/video/ti/tilcdc-panel.h [new file with mode: 0644]
drivers/video/ti/tilcdc.c [new file with mode: 0644]
drivers/video/ti/tilcdc.h [new file with mode: 0644]