diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/omap3isp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/omap3isp.h b/include/media/omap3isp.h index 4d94be5226af..5ab9449fce1e 100644 --- a/include/media/omap3isp.h +++ b/include/media/omap3isp.h | |||
@@ -67,6 +67,8 @@ enum { | |||
67 | * 0 - Active high, 1 - Active low | 67 | * 0 - Active high, 1 - Active low |
68 | * @vs_pol: Vertical synchronization polarity | 68 | * @vs_pol: Vertical synchronization polarity |
69 | * 0 - Active high, 1 - Active low | 69 | * 0 - Active high, 1 - Active low |
70 | * @data_pol: Data polarity | ||
71 | * 0 - Normal, 1 - One's complement | ||
70 | * @bridge: CCDC Bridge input control | 72 | * @bridge: CCDC Bridge input control |
71 | * ISP_BRIDGE_DISABLE - Disable | 73 | * ISP_BRIDGE_DISABLE - Disable |
72 | * ISP_BRIDGE_LITTLE_ENDIAN - Little endian | 74 | * ISP_BRIDGE_LITTLE_ENDIAN - Little endian |
@@ -77,6 +79,7 @@ struct isp_parallel_platform_data { | |||
77 | unsigned int clk_pol:1; | 79 | unsigned int clk_pol:1; |
78 | unsigned int hs_pol:1; | 80 | unsigned int hs_pol:1; |
79 | unsigned int vs_pol:1; | 81 | unsigned int vs_pol:1; |
82 | unsigned int data_pol:1; | ||
80 | unsigned int bridge:2; | 83 | unsigned int bridge:2; |
81 | }; | 84 | }; |
82 | 85 | ||