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)
commitf4cf8710a16c0fe1c98e8265b50ac2826869becf
treec797166360dc531faeeae35d72311db659202c26
parenta209c3e6b48cf042d0220245a2d1636f74389c17
video: ti: am335x: restore driver-model code

The commit 82f7b869f5d7a ("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: 82f7b869f5d7a ("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]