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: Naitik Bharadiya <bharad@codeaurora.org>
Signed-off-by: Chetan C R <cchinnad@codeaurora.org>
This commit is contained in:
Naitik Bharadiya
2019-12-16 13:18:34 +05:30
committed by Gerrit - the friendly Code Review server
parent 4e1c68c592
commit 8c6b64f157

View File

@@ -138,6 +138,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .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 },
{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = (void *)8 },
{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);