From 26e123c35c8653a93a268b00f66538540977476d Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Fri, 5 Oct 2018 17:42:15 -0700 Subject: [PATCH] mailbox: apcs-ipc: Add spcs bindings for Kona Add compatible string for the spcs region on Kona. Change-Id: I11a711e5da700f3b8935c8063390c56180b1c567 Signed-off-by: Chris Lew --- 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 3a7a8f6bb136..f6fd115707a7 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); -- GitLab