diff options
Diffstat (limited to 'include/linux/platform_data/mipi-csis.h')
-rw-r--r-- | include/linux/platform_data/mipi-csis.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/platform_data/mipi-csis.h b/include/linux/platform_data/mipi-csis.h index 8b703e1eeddf..bf34e17cee7f 100644 --- a/include/linux/platform_data/mipi-csis.h +++ b/include/linux/platform_data/mipi-csis.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2010-2011 Samsung Electronics Co., Ltd. | 2 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. |
3 | * | 3 | * |
4 | * Samsung S5P/Exynos SoC series MIPI CSIS device support | 4 | * Samsung S5P/Exynos SoC series MIPI CSIS device support |
5 | * | 5 | * |
@@ -14,11 +14,13 @@ | |||
14 | /** | 14 | /** |
15 | * struct s5p_platform_mipi_csis - platform data for S5P MIPI-CSIS driver | 15 | * struct s5p_platform_mipi_csis - platform data for S5P MIPI-CSIS driver |
16 | * @clk_rate: bus clock frequency | 16 | * @clk_rate: bus clock frequency |
17 | * @wclk_source: CSI wrapper clock selection: 0 - bus clock, 1 - ext. SCLK_CAM | ||
17 | * @lanes: number of data lanes used | 18 | * @lanes: number of data lanes used |
18 | * @hs_settle: HS-RX settle time | 19 | * @hs_settle: HS-RX settle time |
19 | */ | 20 | */ |
20 | struct s5p_platform_mipi_csis { | 21 | struct s5p_platform_mipi_csis { |
21 | unsigned long clk_rate; | 22 | unsigned long clk_rate; |
23 | u8 wclk_source; | ||
22 | u8 lanes; | 24 | u8 lanes; |
23 | u8 hs_settle; | 25 | u8 hs_settle; |
24 | }; | 26 | }; |