]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: tegra20: add MIPI calibration driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 23 Jan 2024 17:16:28 +0000 (19:16 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:01 +0000 (09:07 +0200)
commitc68d08be492f2dcbd4f625e47eee81c32966bd7c
treef49e724bce87a2f66af65c4d899a827d162b691c
parent8fea3369eea665ae1aafba8e24f337decf1268c5
video: tegra20: add MIPI calibration driver

Dedicated MIPI calibration driver is used on T114 and newer. Before
T114 MIPI calibration registers were part of VI and CSI.

Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # Nvidia Tegratab T114
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
drivers/video/tegra20/Makefile
drivers/video/tegra20/tegra-mipi.c [new file with mode: 0644]