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

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

mailbox: apcs-ipc: Add compatible string for scuba



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

Change-Id: I40bf841aa01435230fbea89de70ffb8eb2f7d096
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent 12c0afc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
	{ .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,kona-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,bengal-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,scuba-apcs-hmss-global", .data = (void *)8 },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);