[9610] fimc-is2: Buffer modification in case of otp data error at 2x5 module
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / drivers / media / platform / exynos / fimc-is2 / sensor / module_framework / cis / fimc-is-cis-12a10.h
CommitLineData
46ed5470 1/*
2 * Samsung Exynos5 SoC series Sensor driver
3 *
4 *
5 * Copyright (c) 2018 Samsung Electronics Co., Ltd
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#ifndef FIMC_IS_CIS_12A10_H
13#define FIMC_IS_CIS_12A10_H
14
15#include "fimc-is-cis.h"
16
17#define EXT_CLK_Mhz (26)
18
19#define SENSOR_12A10_MAX_WIDTH (4096)
20#define SENSOR_12A10_MAX_HEIGHT (3072)
21
22/* TODO: Check below values are valid */
23#define SENSOR_12A10_FINE_INTEGRATION_TIME_MIN 0x0
24#define SENSOR_12A10_FINE_INTEGRATION_TIME_MAX 0x0 /* Not used */
a653bbaf 25#define SENSOR_12A10_COARSE_INTEGRATION_TIME_MIN 0x4 /* TODO */
26#define SENSOR_12A10_COARSE_INTEGRATION_TIME_MAX_MARGIN 0x8 /* TODO */
46ed5470 27
28#define USE_GROUP_PARAM_HOLD (0)
29
30#endif
31