Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb02dbe3 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 842380c4 54f5035a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
	},
	{}
};