diff options
author | Tomasz Gorochowik <tgorochowik@antmicro.com> | 2016-03-09 16:44:50 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-11-21 15:05:09 +0100 |
commit | 0fc1465eef15c2e0704e38238a82017ca06928f5 (patch) | |
tree | 976c4c447d6a2cc67f40f5e4b11f3ab0d766c462 /arch | |
parent | 51e7588d8bc37af8d977da7a4ee1822692227647 (diff) |
media: tc358743: update hdmi to csi-2 driver
A major part of the driver has been rewritten in order to avoid
writing binary blobs to the chip.
This version also adds support for more video modes.
Input video modes supported:
- 1920x1080 @ 60
- 1280x1024 @ 75
- 1280x720 @ 60
- 1024x768 @ 75
- 800x600 @ 75
- 640x480 @ 75
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-ardbeg-sensors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ardbeg-sensors.c b/arch/arm/mach-tegra/board-ardbeg-sensors.c index 420e5f4cc2f2..da0c4ad5b995 100644 --- a/arch/arm/mach-tegra/board-ardbeg-sensors.c +++ b/arch/arm/mach-tegra/board-ardbeg-sensors.c @@ -464,7 +464,7 @@ static struct tegra_camera_platform_data ardbeg_tc358743_camera_platform_data = .flip_h = 0, .port = TEGRA_CAMERA_PORT_CSI_A, .lanes = 2, - .continuous_clk = 0, + .continuous_clk = 1, }; static struct soc_camera_link tc358743_iclink = { |