mailbox: imx: support i.MX95 Generic/ELE/V2X MU
authorPeng Fan <peng.fan@nxp.com>
Mon, 19 Feb 2024 05:22:40 +0000 (13:22 +0800)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 11 Mar 2024 00:05:24 +0000 (19:05 -0500)
commit8df6bab6cb9abc98736ffae410a74647995873c6
tree9ce77e57021faa141022466b5b0bd3a16c0ea009
parent2a0ac450128bc4a8562e0606bb4b9f8eff11911f
mailbox: imx: support i.MX95 Generic/ELE/V2X MU

Add i.MX95 Generic/ELE/V2X MU support, its register layout is same as
i.MX8ULP, but the Parameter registers would show different
TR/RR. Since the driver already supports get TR/RR from Parameter
registers, not hardcoding the number, this patch just add
the compatible entry to reuse i.MX8ULP S4 cfg data.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/imx-mailbox.c