upload tizen1.0 source
[kernel/linux-2.6.36.git] / include / media / s5k4ea_platform.h
1 /* linux/include/media/s5k4ea_platform.h
2  *
3  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com/
5  *
6  * Driver for S5K4EA from Samsung Electronics
7  * CMOS Image Sensor SoC with an Embedded Image Processor
8  * supporting MIPI CSI-2
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License version 2 as
12  * published by the Free Software Foundation.
13 */
14
15 struct s5k4ea_platform_data {
16         unsigned int default_width;
17         unsigned int default_height;
18         unsigned int pixelformat;
19         int freq;       /* MCLK in KHz */
20
21         /* This SoC supports Parallel & CSI-2 */
22         int is_mipi;
23 };
24