mailbox: arm_mhu: Match only if compatible is "arm,mhu"
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 8 Oct 2020 19:14:51 +0000 (20:14 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Tue, 13 Oct 2020 02:10:34 +0000 (21:10 -0500)
commitab99e237a48298c458d49b8d8bd850e1aa58e457
tree817f0ebe6af3832d155922bb7d173d1b9e201ce2
parent471de2c027422b372b1bb2578aa3123ee56b7125
mailbox: arm_mhu: Match only if compatible is "arm,mhu"

Since we will be soon adding a separate driver based on this ARM MHU
driver to support doorbell mode, let us add explicit check to match
the default compatible for this driver. This is needed as the probe
and match reuses the AMBA device ids currently and don't have any
explicit compatible check.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/arm_mhu.c