diff options
Diffstat (limited to 'arch/arm/mach-davinci/davinci.h')
-rw-r--r-- | arch/arm/mach-davinci/davinci.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/davinci.h b/arch/arm/mach-davinci/davinci.h index 9d708034b57f..3e519dad5bb9 100644 --- a/arch/arm/mach-davinci/davinci.h +++ b/arch/arm/mach-davinci/davinci.h | |||
@@ -29,9 +29,15 @@ | |||
29 | 29 | ||
30 | #include <media/davinci/vpfe_capture.h> | 30 | #include <media/davinci/vpfe_capture.h> |
31 | #include <media/davinci/vpif_types.h> | 31 | #include <media/davinci/vpif_types.h> |
32 | #include <media/davinci/vpss.h> | ||
33 | #include <media/davinci/vpbe_types.h> | ||
34 | #include <media/davinci/vpbe_venc.h> | ||
35 | #include <media/davinci/vpbe.h> | ||
36 | #include <media/davinci/vpbe_osd.h> | ||
32 | 37 | ||
33 | #define DAVINCI_SYSTEM_MODULE_BASE 0x01c40000 | 38 | #define DAVINCI_SYSTEM_MODULE_BASE 0x01c40000 |
34 | #define SYSMOD_VIDCLKCTL 0x38 | 39 | #define SYSMOD_VIDCLKCTL 0x38 |
40 | #define SYSMOD_VPSS_CLKCTL 0x44 | ||
35 | #define SYSMOD_VDD3P3VPWDN 0x48 | 41 | #define SYSMOD_VDD3P3VPWDN 0x48 |
36 | #define SYSMOD_VSCLKDIS 0x6c | 42 | #define SYSMOD_VSCLKDIS 0x6c |
37 | #define SYSMOD_PUPDCTL1 0x7c | 43 | #define SYSMOD_PUPDCTL1 0x7c |
@@ -83,7 +89,7 @@ void dm365_set_vpfe_config(struct vpfe_config *cfg); | |||
83 | /* DM644x function declarations */ | 89 | /* DM644x function declarations */ |
84 | void __init dm644x_init(void); | 90 | void __init dm644x_init(void); |
85 | void __init dm644x_init_asp(struct snd_platform_data *pdata); | 91 | void __init dm644x_init_asp(struct snd_platform_data *pdata); |
86 | int __init dm644x_init_video(struct vpfe_config *); | 92 | int __init dm644x_init_video(struct vpfe_config *, struct vpbe_config *); |
87 | 93 | ||
88 | /* DM646x function declarations */ | 94 | /* DM646x function declarations */ |
89 | void __init dm646x_init(void); | 95 | void __init dm646x_init(void); |