Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic...
[deliverable/linux.git] / drivers / media / platform / exynos4-is / mipi-csis.h
CommitLineData
b5f1220d
SN
1/*
2 * Samsung S5P/EXYNOS4 SoC series MIPI-CSI receiver driver
3 *
4 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#ifndef S5P_MIPI_CSIS_H_
11#define S5P_MIPI_CSIS_H_
12
13#define CSIS_DRIVER_NAME "s5p-mipi-csis"
02399e35 14#define CSIS_SUBDEV_NAME CSIS_DRIVER_NAME
b5f1220d
SN
15#define CSIS_MAX_ENTITIES 2
16#define CSIS0_MAX_LANES 4
17#define CSIS1_MAX_LANES 2
18
19#define CSIS_PAD_SINK 0
20#define CSIS_PAD_SOURCE 1
21#define CSIS_PADS_NUM 2
22
6cf1056f
SN
23#define S5PCSIS_DEF_PIX_WIDTH 640
24#define S5PCSIS_DEF_PIX_HEIGHT 480
25
b5f1220d 26#endif
This page took 0.321565 seconds and 5 git commands to generate.