Skip to content

Commit a71c842

Browse files
krzkJassiBrar
authored andcommitted
mailbox: qcom-apcs-ipc: re-organize compatibles with fallbacks
Similarly to previous commit e172258 ("mailbox: qcom-apcs-ipc: do not grow the of_device_id"), move compatibles with fallbacks in the of_device_id table, to indicate these are not necessary. This only shuffles the code. No functional impact. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent 1e9cb7e commit a71c842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/mailbox/qcom-apcs-ipc-mailbox.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,19 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
145145
{ .compatible = "qcom,msm8916-apcs-kpss-global", .data = &msm8916_apcs_data },
146146
{ .compatible = "qcom,msm8939-apcs-kpss-global", .data = &msm8916_apcs_data },
147147
{ .compatible = "qcom,msm8953-apcs-kpss-global", .data = &msm8994_apcs_data },
148-
{ .compatible = "qcom,msm8976-apcs-kpss-global", .data = &msm8994_apcs_data },
149148
{ .compatible = "qcom,msm8994-apcs-kpss-global", .data = &msm8994_apcs_data },
150149
{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = &msm8996_apcs_data },
151-
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8994_apcs_data },
152150
{ .compatible = "qcom,qcm2290-apcs-hmss-global", .data = &msm8994_apcs_data },
151+
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
152+
{ .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
153+
/* Do not add any more entries using existing driver data */
154+
{ .compatible = "qcom,msm8976-apcs-kpss-global", .data = &msm8994_apcs_data },
155+
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8994_apcs_data },
153156
{ .compatible = "qcom,qcs404-apcs-apps-global", .data = &msm8916_apcs_data },
154157
{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = &msm8994_apcs_data },
155-
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
156158
{ .compatible = "qcom,sm4250-apcs-hmss-global", .data = &msm8994_apcs_data },
157159
{ .compatible = "qcom,sm6125-apcs-hmss-global", .data = &msm8994_apcs_data },
158160
{ .compatible = "qcom,sm6115-apcs-hmss-global", .data = &msm8994_apcs_data },
159-
{ .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
160-
/* Do not add any more entries using existing driver data */
161161
{ .compatible = "qcom,ipq5332-apcs-apps-global", .data = &ipq6018_apcs_data },
162162
{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq6018_apcs_data },
163163
{ .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data },

0 commit comments

Comments
 (0)