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

Commit bbca53d5 authored by Naitik Bharadiya's avatar Naitik Bharadiya
Browse files

mailbox: apcs-ipc: Add compatible string for sdm660



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

Change-Id: I37b856200fce30ae41112bf909f13914e0f9584d
Signed-off-by: default avatarNaitik Bharadiya <bharad@codeaurora.org>
parent b448c746
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);