Add dt matching string to probe spectra580 custom csid device. CRs-Fixed: 2687917 Change-Id: Ibf220dd88dfad76742b71e7550f6b50ff6b2f57e Signed-off-by: Pavan Kumar Chilamkurthi <[email protected]>
@@ -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
+ },
{}
};