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:
committed by
Gerrit - the friendly Code Review server
parent
4e1c68c592
commit
8c6b64f157
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user