Przeglądaj źródła

Merge "msm: camera: isp: Reset device enabled during CSID stop" into camera-kernel.lnx.5.0

Haritha Chintalapati 4 lat temu
rodzic
commit
32b6adfc86

+ 1 - 0
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

@@ -3921,6 +3921,7 @@ int cam_ife_csid_ver2_stop(void *hw_priv,
 	reset.reset_type = CAM_IFE_CSID_RESET_PATH;
 	cam_ife_csid_ver2_reset(hw_priv, &reset,
 		sizeof(struct cam_csid_reset_cfg_args));
+	csid_hw->flags.device_enabled = false;
 
 	return rc;
 }