mailbox: omap: Add support for K3 AM64x SoCs
authorSuman Anna <s-anna@ti.com>
Tue, 9 Feb 2021 19:36:43 +0000 (13:36 -0600)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 15 Feb 2021 05:23:41 +0000 (23:23 -0600)
commit595be654b0c23b64268b3f49934588e7be42f762
treee104668c3e8ad29093fd24dc47276fd73054f046
parent7a4647bdc242256d7f70ba562d19055bf11e54a6
mailbox: omap: Add support for K3 AM64x SoCs

The AM64x SoC contains a Mailbox IP instance with multiple clusters
in the MAIN domain, and is a variant of the IP on current AM65x and
J721E SoCs. The AM64x SoC has only 8 clusters with no interrupts
routed to the A53 core on the first 2 clusters. The interrupt outputs
from the IP do not go through any Interrupt Routers and are hard-wired
to each processor, with only couple of interrupts from each cluster
reaching the A53 core. The IP is also not built with the K3 safety
feature in hardware.

Add the support for this IP through a new compatible.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/omap-mailbox.c