mailbox: zynqmp: Move buffered IPI setup to of_match selected routine
authorBen Levinsky <ben.levinsky@amd.com>
Wed, 10 Apr 2024 17:08:24 +0000 (10:08 -0700)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 1 May 2024 01:13:07 +0000 (20:13 -0500)
commit41bcf30100c521c73f0fcf05c3dc31967e6408be
tree3b6a2818c5f85a65f706b62ec30e10f98d9754da
parent6efb495826a905814e2aaa68dc756694686e864f
mailbox: zynqmp: Move buffered IPI setup to of_match selected routine

Move routine that initializes the mailboxes for send and receive to
a function pointer that is set based on compatible string.

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/zynqmp-ipi-mailbox.c