mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
camera: rockchip: camsys_drv: v0.0x22.5
gpio base start from 1000,adapt to it. Change-Id: I6cef14c4698d2e3dedb84f0bc4e84ee79788c495 Signed-off-by: zhangyunlong <dalon.zhang@rock-chips.com>
This commit is contained in:
parent
77a680a340
commit
59ad2045cb
|
|
@ -2,7 +2,7 @@
|
|||
#define __RKCAMSYS_GPIO_H__
|
||||
|
||||
#if defined(CONFIG_ARCH_ROCKCHIP)
|
||||
#define RK30_PIN0_PA0 (0)
|
||||
#define RK30_PIN0_PA0 (1000)
|
||||
#define NUM_GROUP (32)
|
||||
#define GPIO_BANKS (9)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -177,8 +177,11 @@
|
|||
it's initialization to avoid conflicting with sensor output.
|
||||
*v0.0x22.4:
|
||||
1) enable SYS_STATUS_ISP status set.
|
||||
*v0.0x22.5:
|
||||
1) gpio base start from 1000,adapt to it.
|
||||
*/
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x22, 4)
|
||||
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0, 0x22, 5)
|
||||
|
||||
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"
|
||||
#define CAMSYS_PLATFORM_MARVIN_NAME "Platform_MarvinDev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user