diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2012-02-23 15:17:45 +0530 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-03-11 12:41:29 +0530 |
commit | af946f269973cda86d7263ac9f2dad659773545c (patch) | |
tree | 89113f2c96f0a8efb4e2fee85aacc166504d5657 /arch/arm/mach-davinci/board-dm644x-evm.c | |
parent | 12db9588ff811ae43a476b1234b27323055ab3ad (diff) | |
download | blackbird-op-linux-af946f269973cda86d7263ac9f2dad659773545c.tar.gz blackbird-op-linux-af946f269973cda86d7263ac9f2dad659773545c.zip |
ARM: davinci: dm644x: add support for v4l2 video display
Add functions to register various video devices like venc, osd,
vpbe and the v4l2 display driver for dm644x.
Change dm644x_init_video() to make room for display related
configuration. Register the vpfe or vpbe devices only if valid
display configuration is provided to make sure boards without
video support dont erroneously register video devices.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm644x-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm644x-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index b89bebe01c0f..a61aa8d0a2b1 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c @@ -696,7 +696,7 @@ static __init void davinci_evm_init(void) evm_init_i2c(); davinci_setup_mmc(0, &dm6446evm_mmc_config); - dm644x_init_video(&dm644xevm_capture_cfg); + dm644x_init_video(&dm644xevm_capture_cfg, NULL); davinci_serial_init(&uart_config); dm644x_init_asp(&dm644x_evm_snd_data); |