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:
Jigar Agrawal
2022-03-10 15:24:05 -08:00
committed by Camera Software Integration
parent e994f3799b
commit f8d9ddc7a4
11 changed files with 51 additions and 36 deletions

View File

@@ -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