[RESEND RFC PATCH 1/2] Revert "video: Drop CONFIG_AM335X_LCD"
Simon Glass
sjg at chromium.org
Mon Dec 19 20:20:39 CET 2022
Hi Dario,
On Mon, 19 Dec 2022 at 04:35, Dario Binacchi
<dario.binacchi at amarulasolutions.com> wrote:
>
> This reverts commit 82f7b869f5d7aad246a4621a18a5ad04475815ba.
>
> It also removed code with driver model support.
> The commit [1], as described in its message, was also designed to make
> it easy to remove pre-driver-model code in the near future.
>
> [1] 35ab1b6ef7f3a ("video: omap: split the legacy code from the DM code")
> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
> ---
>
> arch/arm/mach-omap2/am33xx/clock_am33xx.c | 4 +
> board/bosch/guardian/board.c | 70 ++++
> configs/am335x_guardian_defconfig | 1 +
> drivers/video/Kconfig | 2 +
> drivers/video/Makefile | 1 +
> drivers/video/ti/Kconfig | 8 +
> drivers/video/ti/Makefile | 10 +
> drivers/video/ti/am335x-fb.c | 318 ++++++++++++++++
> drivers/video/ti/am335x-fb.h | 71 ++++
> drivers/video/ti/tilcdc-panel.c | 172 +++++++++
> drivers/video/ti/tilcdc-panel.h | 14 +
> drivers/video/ti/tilcdc.c | 426 ++++++++++++++++++++++
> drivers/video/ti/tilcdc.h | 38 ++
> 13 files changed, 1135 insertions(+)
> create mode 100644 drivers/video/ti/Kconfig
> create mode 100644 drivers/video/ti/Makefile
> create mode 100644 drivers/video/ti/am335x-fb.c
> create mode 100644 drivers/video/ti/am335x-fb.h
> create mode 100644 drivers/video/ti/tilcdc-panel.c
> create mode 100644 drivers/video/ti/tilcdc-panel.h
> create mode 100644 drivers/video/ti/tilcdc.c
> create mode 100644 drivers/video/ti/tilcdc.h
I'm sorry if I messed something up there. Can you add back just the DM
code? We don't have lcd.h anymore.
But if this is the way you want to do it:
Reviewed-by: Simon Glass <sjg at chromium.org>
Regards,
Simon
More information about the U-Boot
mailing list