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

Skip to content
Snippets Groups Projects
Commit 26e123c3 authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

mailbox: apcs-ipc: Add spcs bindings for Kona


Add compatible string for the spcs region on Kona.

Change-Id: I11a711e5da700f3b8935c8063390c56180b1c567
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent fda915eb
Branches
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
{ .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 },
{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment