video: ti: am335x: restore driver-model code
The commit 82f7b869 ("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: 82f7b869 ("video: Drop CONFIG_AM335X_LCD") Signed-off-by:Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/video/Kconfig 2 additions, 0 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 1 addition, 0 deletionsdrivers/video/Makefile
- drivers/video/ti/Kconfig 8 additions, 0 deletionsdrivers/video/ti/Kconfig
- drivers/video/ti/Makefile 6 additions, 0 deletionsdrivers/video/ti/Makefile
- drivers/video/ti/tilcdc-panel.c 172 additions, 0 deletionsdrivers/video/ti/tilcdc-panel.c
- drivers/video/ti/tilcdc-panel.h 14 additions, 0 deletionsdrivers/video/ti/tilcdc-panel.h
- drivers/video/ti/tilcdc.c 425 additions, 0 deletionsdrivers/video/ti/tilcdc.c
- drivers/video/ti/tilcdc.h 38 additions, 0 deletionsdrivers/video/ti/tilcdc.h
drivers/video/ti/Kconfig
0 → 100644
drivers/video/ti/Makefile
0 → 100644
drivers/video/ti/tilcdc-panel.c
0 → 100644
drivers/video/ti/tilcdc-panel.h
0 → 100644
drivers/video/ti/tilcdc.c
0 → 100644
drivers/video/ti/tilcdc.h
0 → 100644
Please register or sign in to comment