mailbox: qcom-apcs-ipc: do not grow the of_device_id
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 27 Mar 2023 14:07:49 +0000 (16:07 +0200)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 4 May 2023 05:59:56 +0000 (00:59 -0500)
commite17225887005f5cc6f18cb0fe9519849856b01b5
tree414cc2e6179e306907263f3d1807dc346679da97
parent34d8775a0edc479644414c0dd2d880fb8aad55b0
mailbox: qcom-apcs-ipc: do not grow the of_device_id

Re-organize the compatible devices and add a comment to avoid unneeded
of_device_id growth with every new SoC.  These devices have quite a lot
of similarities and they can use only one compatible fallback for driver
binding.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/qcom-apcs-ipc-mailbox.c