video: move tegra dc driver into own folder
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 27 Mar 2023 08:11:41 +0000 (11:11 +0300)
committerAnatolij Gustschin <agust@denx.de>
Fri, 7 Apr 2023 16:33:11 +0000 (18:33 +0200)
commitcf291babc7669013fb4efbceda98977bb2720635
tree615c22c147165b5750405944b967f4c72f242ce4
parent8dfeee651fc13c8fd797998e9a408a8b49bead09
video: move tegra dc driver into own folder

Move tegra dc driver to tegra20 directory and also mention
T30 in description of the driver's config option.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
[agust: add commit description]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/tegra20/Kconfig [new file with mode: 0644]
drivers/video/tegra20/Makefile [new file with mode: 0644]
drivers/video/tegra20/tegra-dc.c [moved from drivers/video/tegra.c with 100% similarity]