Re: [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support
From: Sneh Mankad
Date: Fri May 08 2026 - 05:12:13 EST
On 07-May-26 7:09 PM, Dmitry Baryshkov wrote:
On Thu, Apr 30, 2026 at 03:14:59PM +0530, Sneh Mankad wrote:Understood Dmitry, will expand on the reasoning and share new version.
From: Vishnu Santhosh <vishnu.santhosh@xxxxxxxxxxxxxxxx>This is obvious from the patch itself. Tell us something, which is not
Enable Shikra APCS IPC support by adding the compatible.
It reuses apps_shared_apcs_data.
written in the patch. For example, why it uses the same data structure.
Or why we need separate compat string and entry in the driver.
Thanks
Sneh
Signed-off-by: Vishnu Santhosh <vishnu.santhosh@xxxxxxxxxxxxxxxx>
Signed-off-by: Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>
---
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index d3a8f6b4a03b368821ef9a5b24fee78037104610..25f76965921ba695e3a1bf4df47ce643916a28cb 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -168,6 +168,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq6018_apcs_data },
{ .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data },
{ .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },
+ { .compatible = "qcom,shikra-apss-shared", .data = &apps_shared_apcs_data },
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
{}
};
--
2.34.1