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

Commit 231139e4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mailbox: apcs-ipc: Add spcs bindings for Kona"

parents 54d876fd 26e123c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);