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

Commit e89c3362 authored by Chris Lew's avatar Chris Lew
Browse files

mailbox: apcs-ipc: Add support for sdxprairie



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

Change-Id: Ie31a97cc62ff12c2e628975ad8f0df493a49f6de
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 3c90acce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ platforms.
		    "qcom,msm8916-apcs-kpss-global",
		    "qcom,msm8996-apcs-hmss-global",
		    "qcom,sm8150-apcs-hmss-global",
		    "qcom,sm8150-spcs-global"
		    "qcom,sm8150-spcs-global",
		    "qcom,sdxprairie-apcs-gcc"
- reg:
	Usage: required
	Value type: <prop-encoded-array>
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
	{ .compatible = "qcom,sm8150-apcs-hmss-global", .data = (void *)12 },
	{ .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,sdxprairie-apcs-gcc", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);