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

Commit 54f5035a authored by Pavan Kumar Chilamkurthi's avatar Pavan Kumar Chilamkurthi
Browse files

msm: camera: custom: Add dt matching string for spectra580 csid



Add dt matching string to probe spectra580 custom csid device.

CRs-Fixed: 2687917
Change-Id: Ibf220dd88dfad76742b71e7550f6b50ff6b2f57e
Signed-off-by: default avatarPavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
parent f65f27de
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
	},
	{}
};