Commit 88ae25e4 authored by Gokul Sriram Palanisamy's avatar Gokul Sriram Palanisamy Committed by Jassi Brar

mailbox: qcom: Add support for IPQ8074 APCS

Add support of IPQ8074 with IPC register offset as 8.
Signed-off-by: default avatarGokul Sriram Palanisamy <gokulsri@codeaurora.org>
Signed-off-by: default avatarSricharan R <sricharan@codeaurora.org>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 7090a471
......@@ -126,6 +126,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
{ .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 },
{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment