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