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

Commit 8c6b64f1 authored by Naitik Bharadiya's avatar Naitik Bharadiya Committed by Gerrit - the friendly Code Review server
Browse files

mailbox: apcs-ipc: Add compatible string for sdm660



Add compatible string in mailbox driver to match sdm660
apcs_glb device node.

Change-Id: I37b856200fce30ae41112bf909f13914e0f9584d
Signed-off-by: default avatarNaitik Bharadiya <bharad@codeaurora.org>
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 4e1c68c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,kona-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,bengal-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,scuba-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);