diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index 3a7a8f6bb13680a7200debcc451a372fd096ac29..f6fd115707a71c92023b2da199b034dfd175939d 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -131,6 +131,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 }, { .compatible = "qcom,sm8150-apcs-hmss-global", .data = (void *) 12 }, { .compatible = "qcom,sm8150-spcs-global", .data = (void *)0 }, + { .compatible = "qcom,kona-spcs-global", .data = (void *)0 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);