mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
camera:fix camera power down pin and flash pin macro define error
This commit is contained in:
parent
d5ea4d6505
commit
705f39eb70
|
|
@ -52,12 +52,12 @@
|
|||
#define RK29_CAM_RESETACTIVE_H (0x01<<RK29_CAM_RESETACTIVE_BITPOS)
|
||||
#define RK29_CAM_RESETACTIVE_L (0x00<<RK29_CAM_RESETACTIVE_BITPOS)
|
||||
|
||||
#define RK29_CAM_POWERDNACTIVE_BITPOS 0x00
|
||||
#define RK29_CAM_POWERDNACTIVE_BITPOS 0x02
|
||||
#define RK29_CAM_POWERDNACTIVE_MASK (1<<RK29_CAM_POWERDNACTIVE_BITPOS)
|
||||
#define RK29_CAM_POWERDNACTIVE_H (0x01<<RK29_CAM_POWERDNACTIVE_BITPOS)
|
||||
#define RK29_CAM_POWERDNACTIVE_L (0x00<<RK29_CAM_POWERDNACTIVE_BITPOS)
|
||||
|
||||
#define RK29_CAM_FLASHACTIVE_BITPOS 0x01
|
||||
#define RK29_CAM_FLASHACTIVE_BITPOS 0x03
|
||||
#define RK29_CAM_FLASHACTIVE_MASK (1<<RK29_CAM_FLASHACTIVE_BITPOS)
|
||||
#define RK29_CAM_FLASHACTIVE_H (0x01<<RK29_CAM_FLASHACTIVE_BITPOS)
|
||||
#define RK29_CAM_FLASHACTIVE_L (0x00<<RK29_CAM_FLASHACTIVE_BITPOS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user