camsys_drv : v0.0x11.0

This commit is contained in:
zyc
2014-07-29 09:38:12 +08:00
parent 1304b6022d
commit a6a2a7c6a9
2 changed files with 5 additions and 2 deletions

View File

@@ -130,6 +130,7 @@
};
vio1_isp_w0 {
reg = <0xffad0100 0x20>;
rockchip,priority = <2 2>;
};
vio1_isp_w1 {
reg = <0xffad0180 0x20>;

View File

@@ -86,9 +86,11 @@
*v0.f.0:
1) mi_mis register may read erro, this may cause mistaken mi frame_end irqs.
*v0.0x10.0:
1) add flash_prelight control.
1) add flash_prelight control.
*v0.0x11.0:
1) raise qos of isp up to the same as lcdc.
*/
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,0x10,0)
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,0x11,0)
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"