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

Commit 69e54204 authored by Deepak Kumar Singh's avatar Deepak Kumar Singh
Browse files

mailbox: apcs-ipc: Add compatible string for trinket



Add compatible string in mailbox driver to match trinket
apcs_glb device node.

Change-Id: I0cdefedbfdac68ddb0928a521a65cb5268db481f
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent fce66d6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ platforms.
		    "qcom,sm8150-apcs-hmss-global",
		    "qcom,sm8150-spcs-global",
		    "qcom,sdxprairie-apcs-gcc"
		    "qcom,trinket-apcs-hmss-global"
- reg:
	Usage: required
	Value type: <prop-encoded-array>
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .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 },
	{ .compatible = "qcom,trinket-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);