From b08a2f71e74e0bef904f706d642f55465e4856d4 Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Tue, 8 Oct 2013 15:39:41 -0700 Subject: media: tegra v4l2 camera: refactor driver code Reconstruct the driver for Tegra V4L2 camera driver: - remove old driver file tegra_v4l2_camera.c - create driver file vi.c for VI/CSI (T20/T30/T114/T148) - create driver file vi2.c for VI2/CSI2 (T124) Bug 1377330 Change-Id: If030cf98e700b9201caa60328be822bc10610e74 Signed-off-by: Bryan Wu Reviewed-on: http://git-master/r/289329 GVS: Gerrit_Virtual_Submit Reviewed-by: Allen Martin --- include/media/tegra_v4l2_camera.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/media') diff --git a/include/media/tegra_v4l2_camera.h b/include/media/tegra_v4l2_camera.h index 9e4b65c362b3..7e25f97531ee 100644 --- a/include/media/tegra_v4l2_camera.h +++ b/include/media/tegra_v4l2_camera.h @@ -23,6 +23,9 @@ enum tegra_camera_port { TEGRA_CAMERA_PORT_CSI_A = 1, TEGRA_CAMERA_PORT_CSI_B, + TEGRA_CAMERA_PORT_CSI_C, + TEGRA_CAMERA_PORT_CSI_D, + TEGRA_CAMERA_PORT_CSI_E, TEGRA_CAMERA_PORT_VIP, }; -- cgit v1.2.3