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

Commit 724b1b8e authored by Tejas Prajapati's avatar Tejas Prajapati
Browse files

msm: camera: fd: Remove duplicate "qcom,fd501" property



Remove the duplicate dt property for fd hardware.

Change-Id: Iac2a096560695f10ae977d392a2f995479c7a1da
Signed-off-by: default avatarTejas Prajapati <tpraja@codeaurora.org>
parent ba9d1bf9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -206,10 +206,6 @@ static const struct of_device_id cam_fd_hw_dt_match[] = {
		.compatible = "qcom,fd501",
		.data = &cam_fd_wrapper200_core501_info,
	},
	{
		.compatible = "qcom,fd501",
		.data = &cam_fd_wrapper200_core501_info,
	},
	{}
};
MODULE_DEVICE_TABLE(of, cam_fd_hw_dt_match);