mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
camera:fix camera power down pin and flash pin macro define error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user