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

Commit 8f60178a authored by Chris Lew's avatar Chris Lew
Browse files

mailbox: apcs-ipc: Add support for spss on sdm855



The spss interrupt register does not share the same region as other
edges. This change adds the correct configuration for spss on sdm855.

Change-Id: I9dab4adf2326d686b8744b41a06b4b8686706b22
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 662dd686
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ platforms.
	Definition: must be one of:
		    "qcom,msm8916-apcs-kpss-global",
		    "qcom,msm8996-apcs-hmss-global",
		    "qcom,sdm855-apcs-hmss-global"

		    "qcom,sdm855-apcs-hmss-global",
		    "qcom,sdm855-spcs-global"
- reg:
	Usage: required
	Value type: <prop-encoded-array>
+2 −1
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 },
	{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
	{ .compatible = "qcom,sdm855-apcs-hmss-global", .data = (void *)12 },
	{ .compatible = "qcom,sdm855-spcs-global", .data = (void *)0 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);