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

Commit 835dab74 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mailbox: apcs-ipc: Add compatible string for sdm660"

parents 25946d39 bbca53d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ platforms.
		    "qcom,trinket-apcs-hmss-global"
		    "qcom,atoll-apcs-hmss-global"
		    "qcom,atoll-apcs-hmss-ipc2"
		    "qcom,sdm660-apcs-hmss-global"
- reg:
	Usage: required
	Value type: <prop-encoded-array>
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,trinket-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,atoll-apcs-hmss-global", .data = (void *)12 },
	{ .compatible = "qcom,atoll-apcs-hmss-ipc2", .data = (void *)0 },
	{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);