Loading drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 }, { .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 }, { .compatible = "qcom,sdxlemur-apcs-gcc", .data = (void *)8 }, { .compatible = "qcom,scuba-apcs-hmss-global", .data = (void *)8 }, { .compatible = "qcom,monaco-apcs-hmss-global", .data = (void *)8 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); Loading Loading
drivers/mailbox/qcom-apcs-ipc-mailbox.c +2 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,8 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 }, { .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 }, { .compatible = "qcom,sdxlemur-apcs-gcc", .data = (void *)8 }, { .compatible = "qcom,scuba-apcs-hmss-global", .data = (void *)8 }, { .compatible = "qcom,monaco-apcs-hmss-global", .data = (void *)8 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); Loading