소스 검색

Merge "msm: camera: isp: Add tpg 3 support" into camera-kernel.lnx.5.0

Savita Patted 4 년 전
부모
커밋
08a7db059e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

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

@@ -1937,6 +1937,10 @@ static int cam_ife_csid_hw_ver2_config_rx(
 		csid_hw->rx_cfg.tpg_mux_sel = 1;
 		csid_hw->rx_cfg.tpg_num_sel = 2;
 		break;
+	case CAM_ISP_IFE_IN_RES_CPHY_TPG_2:
+		csid_hw->rx_cfg.tpg_mux_sel = 1;
+		csid_hw->rx_cfg.tpg_num_sel = 3;
+		break;
 	default:
 		csid_hw->rx_cfg.tpg_mux_sel = 0;
 		csid_hw->rx_cfg.phy_sel =