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

Commit a3cb62ab authored by Chris Lew's avatar Chris Lew
Browse files

mailbox: qcom-apcs: Add compatible for sdxlemur



Add compatible string with offset value for sdxlemur.

Change-Id: Icf20202f1e603321dd9744e85426f08940cc8f68
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 6e625d33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
	{ .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
	{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 },
	{ .compatible = "qcom,sdxlemur-apcs-gcc", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);