diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/video/s5p-fimc/mipi-csis.h | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/media/video/s5p-fimc/mipi-csis.h')
-rw-r--r-- | drivers/media/video/s5p-fimc/mipi-csis.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-fimc/mipi-csis.h b/drivers/media/video/s5p-fimc/mipi-csis.h new file mode 100644 index 00000000000..f5691336dd5 --- /dev/null +++ b/drivers/media/video/s5p-fimc/mipi-csis.h | |||
@@ -0,0 +1,22 @@ | |||
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" | ||
14 | #define CSIS_MAX_ENTITIES 2 | ||
15 | #define CSIS0_MAX_LANES 4 | ||
16 | #define CSIS1_MAX_LANES 2 | ||
17 | |||
18 | #define CSIS_PAD_SINK 0 | ||
19 | #define CSIS_PAD_SOURCE 1 | ||
20 | #define CSIS_PADS_NUM 2 | ||
21 | |||
22 | #endif | ||