mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
camsys_drv : v0.9.0
This commit is contained in:
@@ -71,8 +71,9 @@
|
||||
* 1) check extdev is activate or not before delete from camsys_dev active list;
|
||||
*v0.8.0:
|
||||
* 1) fix deregister a unregister extdev oops in camsys_extdev_deregister;
|
||||
*v0.9.0: 1) set isp freq to 210M
|
||||
*/
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,8,0)
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,9,0)
|
||||
|
||||
|
||||
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"
|
||||
|
||||
@@ -336,8 +336,8 @@ int camsys_mrv_probe_cb(struct platform_device *pdev, camsys_dev_t *camsys_dev)
|
||||
goto clk_failed;
|
||||
}
|
||||
|
||||
clk_set_rate(mrv_clk->isp,384000000);
|
||||
clk_set_rate(mrv_clk->isp_jpe, 384000000);
|
||||
clk_set_rate(mrv_clk->isp,210000000);
|
||||
clk_set_rate(mrv_clk->isp_jpe, 210000000);
|
||||
|
||||
mutex_init(&mrv_clk->lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user