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

This commit is contained in:
Camera Software Integration
2020-06-10 12:24:21 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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
},
{}
};