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

Commit 6fa1f0f1 authored by Santosh Dronamraju's avatar Santosh Dronamraju Committed by Veera Vegivada
Browse files

mailbox: apcs-ipc: Add support for sm8150



The qcom-apcs-ipc-mailbox driver maps the apps
register to trigger interrupts to remote subsystems. This
change adds the correct configuration for sm8150.

Change-Id: Ie49285b5bdb1c0767b67d162585f09260665e72d
Signed-off-by: default avatarSantosh Dronamraju <sdronamr@codeaurora.org>
parent 92efb2ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .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 },
	{ .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);