Loading drivers/media/platform/msm/camera_v2/sensor/msm_sensor.c +4 −1 Original line number Diff line number Diff line /* Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -205,6 +205,9 @@ int msm_sensor_power_up(struct msm_sensor_ctrl_t *s_ctrl) &msm_sensor_secure_func_tbl; } } #if IS_ENABLED(CONFIG_ARCH_QM215) msleep(60); #endif rc = msm_camera_power_up(power_info, s_ctrl->sensor_device_type, sensor_i2c_client); if (rc < 0) Loading Loading
drivers/media/platform/msm/camera_v2/sensor/msm_sensor.c +4 −1 Original line number Diff line number Diff line /* Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -205,6 +205,9 @@ int msm_sensor_power_up(struct msm_sensor_ctrl_t *s_ctrl) &msm_sensor_secure_func_tbl; } } #if IS_ENABLED(CONFIG_ARCH_QM215) msleep(60); #endif rc = msm_camera_power_up(power_info, s_ctrl->sensor_device_type, sensor_i2c_client); if (rc < 0) Loading