Loading drivers/mailbox/qcom-apcs-ipc-mailbox.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
drivers/mailbox/qcom-apcs-ipc-mailbox.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading