camsys_head: 0.0xd.0

Change-Id: Iba577aeda613a7383d1ea0ef05b1a27e3d251f95
Signed-off-by: dalong.zhang <dalon.zhang@rock-chips.com>
This commit is contained in:
dalong.zhang 2016-09-19 14:09:45 +08:00 committed by Huang, Tao
parent 61c969d5c9
commit 5cbe2de0aa

12
include/media/camsys_head.h Executable file → Normal file
View File

@ -28,16 +28,20 @@
*v0.a.0:
1) support external flash IC
*v0.b.0:
1) add CamSys_SensorBit0_CifBit4 in enum camsys_cifio_e.
1) add CamSys_SensorBit0_CifBit4 in enum camsys_cifio_e.
*v0.c.0:
1) support sensor powerup sequence configurable.
*v0.d.0:
1) powerup sequence type moved to common_head.h.
*/
#define CAMSYS_HEAD_VERSION KERNEL_VERSION(0,0xb,0)
#define CAMSYS_HEAD_VERSION KERNEL_VERSION(0,0xd,0)
#define CAMSYS_MARVIN_DEVNAME "camsys_marvin"
#define CAMSYS_MARVIN_DEVNAME "camsys_marvin"
#define CAMSYS_CIF0_DEVNAME "camsys_cif0"
#define CAMSYS_CIF1_DEVNAME "camsys_cif1"
#define CAMSYS_NAME_LEN 32
#define CAMSYS_DEVID_MARVIN 0x00000001
#define CAMSYS_DEVID_CIF_0 0x00000002
#define CAMSYS_DEVID_CIF_1 0x00000004