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

Commit 58b0f1e2 authored by Deepak Kumar Singh's avatar Deepak Kumar Singh Committed by Gerrit - the friendly Code Review server
Browse files

mailbox: apcs-ipc: Add compatible string for bengal



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

Change-Id: I00fa4f118029b19d3a2734301de4b5793f95c3b9
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent 88ba2367
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,sm8150-apcs-hmss-global", .data = (void *) 12 },
	{ .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,kona-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,bengal-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);