msm: camera: utils: Add using mmrm in camera
Use mmrm interface to set clock rate on all camera clks. CRs-Fixed: 2901925 Change-Id: I2e4c31a11e0e068693ac15356e3b3dafcfa0b078 Signed-off-by: Pavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
This commit is contained in:
@@ -2097,7 +2097,7 @@ int cam_sensor_core_power_up(struct cam_sensor_power_ctrl_t *ctrl,
|
||||
|
||||
for (j = 0; j < soc_info->num_clk; j++) {
|
||||
rc = cam_soc_util_clk_enable(soc_info, false,
|
||||
i, 0, NULL);
|
||||
j, 0, NULL);
|
||||
if (rc) {
|
||||
CAM_ERR(CAM_UTIL,
|
||||
"Failed in clk enable %d", i);
|
||||
|
Reference in New Issue
Block a user