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

Commit 200a8fc4 authored by Vivek Golani's avatar Vivek Golani
Browse files

mailbox: apcs-ipc: Add compatible string for mocaco and scuba



Add compatible string in mailbox driver to match scuba and monaco
apcs_glb device node.

Change-Id: I5d07413485c73df769a7922e82eb4729321acb7b
Signed-off-by: default avatarVivek Golani <vgolani@codeaurora.org>
parent 5702001d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .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 },
	{ .compatible = "qcom,scuba-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,monaco-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);