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

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

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

parents 4a50d26b c8905c3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ platforms.
		    "qcom,sm8150-spcs-global",
		    "qcom,sdxprairie-apcs-gcc"
		    "qcom,trinket-apcs-hmss-global"
		    "qcom,atoll-apcs-hmss-global"
		    "qcom,atoll-apcs-hmss-ipc2"
- reg:
	Usage: required
	Value type: <prop-encoded-array>
+2 −0
Original line number Diff line number Diff line
@@ -106,6 +106,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,sdxprairie-apcs-gcc", .data = (void *)8 },
	{ .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 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);