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

Commit c8905c3d authored by Deepak Kumar Singh's avatar Deepak Kumar Singh
Browse files

mailbox: apcs-ipc: Add compatible string for atoll



Add compatible string in mailbox driver to match trinket
apcs_glb and apcs_glb2 device nodes

Change-Id: I67b27e8497d720f874db048b5d0ca39a1f0b0b68
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent fec7194f
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);