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

Commit de0cab3f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mailbox: apcs-ipc: Add compatible string for sdm660"

parents f0c00f38 8c6b64f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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,kona-spcs-global", .data = (void *)0 },
	{ .compatible = "qcom,bengal-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,bengal-apcs-hmss-global", .data = (void *)8 },
	{ .compatible = "qcom,scuba-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);
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);