diff options
author | Muralidharan Karicheri <m-karicheri2@ti.com> | 2009-09-16 11:53:18 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-09-16 13:25:26 -0400 |
commit | ab8e8df87421574fe053bf1770353af5b24a2bbb (patch) | |
tree | 656f02746d36f06f34b88c3354b3c44f3102daf7 /arch/arm/mach-davinci/include/mach | |
parent | 1a7ff8ff6eebfa732ca2abe00a0878136bfb2d01 (diff) |
davinci: DM644x platform changes for vpfe capture
DM644x platform and board setup
This adds platform and board setup changes required to support
vpfe capture driver on DM644x
Tested video capture on DM6446 with tvp514x driver
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Reviewed-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm644x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm644x.h b/arch/arm/mach-davinci/include/mach/dm644x.h index 8b157ceec0ca..0efb73852c2c 100644 --- a/arch/arm/mach-davinci/include/mach/dm644x.h +++ b/arch/arm/mach-davinci/include/mach/dm644x.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <mach/hardware.h> | 26 | #include <mach/hardware.h> |
27 | #include <mach/emac.h> | 27 | #include <mach/emac.h> |
28 | #include <mach/asp.h> | 28 | #include <mach/asp.h> |
29 | #include <media/davinci/vpfe_capture.h> | ||
29 | 30 | ||
30 | #define DM644X_EMAC_BASE (0x01C80000) | 31 | #define DM644X_EMAC_BASE (0x01C80000) |
31 | #define DM644X_EMAC_CNTRL_OFFSET (0x0000) | 32 | #define DM644X_EMAC_CNTRL_OFFSET (0x0000) |
@@ -36,5 +37,6 @@ | |||
36 | 37 | ||
37 | void __init dm644x_init(void); | 38 | void __init dm644x_init(void); |
38 | void __init dm644x_init_asp(struct snd_platform_data *pdata); | 39 | void __init dm644x_init_asp(struct snd_platform_data *pdata); |
40 | void dm644x_set_vpfe_config(struct vpfe_config *cfg); | ||
39 | 41 | ||
40 | #endif /* __ASM_ARCH_DM644X_H */ | 42 | #endif /* __ASM_ARCH_DM644X_H */ |