Revert commit "camera: rockchip: camsys_drv v0.0x22.5"

Change-Id: I08774bc7d7edc9e9ca38da7415b8e3a976afe394
Signed-off-by: Zhang Yunlong <dalon.zhang@rock-chips.com>
This commit is contained in:
Zhang Yunlong
2018-02-24 14:20:05 +08:00
committed by Tao Huang
parent 9775a70bc8
commit 23e1e57ae5
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#define __RKCAMSYS_GPIO_H__
#if defined(CONFIG_ARCH_ROCKCHIP)
#define RK30_PIN0_PA0 (1000)
#define RK30_PIN0_PA0 (0)
#define NUM_GROUP (32)
#define GPIO_BANKS (9)
#endif

View File

@@ -196,9 +196,11 @@
1) v0.0x21.9 may not fix all the case of iommu issue caused by the
unexpected termination of process cameraserver, so we force to release
all iommu resource in |.release| of fops aganin if needed.
*v0.0x27.0:
1) revert v0.0x22.5.
*/
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x26, 0)
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x27, 0)
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"
#define CAMSYS_PLATFORM_MARVIN_NAME "Platform_MarvinDev"