소스 검색

Merge "msm: camera: custom: Add dt matching string for spectra580 csid" into camera-kernel.lnx.4.0

Camera Software Integration 5 년 전
부모
커밋
eb02dbe318
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      drivers/cam_cust/cam_custom_hw_mgr/cam_custom_csid/cam_custom_csid_dev.c

+ 4 - 0
drivers/cam_cust/cam_custom_hw_mgr/cam_custom_csid/cam_custom_csid_dev.c

@@ -165,6 +165,10 @@ static const struct of_device_id cam_custom_csid_dt_match[] = {
 		.compatible = "qcom,csid-custom480",
 		.data = &cam_custom_csid480_hw_info
 	},
+	{
+		.compatible = "qcom,csid-custom580",
+		.data = &cam_custom_csid480_hw_info
+	},
 	{}
 };