msm: camera: sensor: Add support fo multiple regulator sources

Currently image sensor need single source of the regulator per
category. Some sensor needs extra analog voltage for the functionality,
which require to draw power from multiple voltage regulator sources.
This change extends supports to add multiple voltage sources for
analog voltage.

CRs-Fixed: 2584631
Change-Id: I2d76cfb0fb971758c0d596ffd543aa3926a8886d
Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
此提交包含在:
Jigarkumar Zala
2019-11-04 10:13:48 -08:00
父節點 7d7ed34560
當前提交 b8d55f649d
共有 4 個檔案被更改,包括 49 行新增4 行删除

查看文件

@@ -30,7 +30,7 @@
#define CAM_SOC_MAX_BASE CAM_SOC_MAX_BLOCK
/* maximum number of device regulator */
#define CAM_SOC_MAX_REGULATOR 5
#define CAM_SOC_MAX_REGULATOR 10
/* maximum number of device clock */
#define CAM_SOC_MAX_CLK 32