msm: camera: csiphy: Add support for multiple AON Cameras
Add support for more than one AON cameras for SM8650 target. CRs-Fixed: 3149294 Change-Id: I842317ab59812109785a026fd0f728baf837b27f Signed-off-by: Jigar Agrawal <quic_jigar@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
e994f3799b
commit
f8d9ddc7a4
@@ -106,4 +106,10 @@
|
||||
#define CCI_MASTER_1 1
|
||||
#define CCI_MASTER_MAX 2
|
||||
|
||||
/* AON Camera IDs*/
|
||||
#define AON_CAM1 0
|
||||
#define AON_CAM2 1
|
||||
#define MAX_AON_CAM 2
|
||||
#define NOT_AON_CAM 255
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user