Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mailbox: change mailbox-mpfs compatible string

The Polarfire SoC is currently using two different compatible string
prefixes. Fix this by changing "polarfire-soc-*" strings to "mpfs-*" in
its system controller in order to match the compatible string used in
the soc binding and device tree.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>

authored by

Conor Dooley and committed by
Jassi Brar
f10b1fc0 7215a785

+1 -1
+1 -1
drivers/mailbox/mailbox-mpfs.c
··· 232 232 } 233 233 234 234 static const struct of_device_id mpfs_mbox_of_match[] = { 235 - {.compatible = "microchip,polarfire-soc-mailbox", }, 235 + {.compatible = "microchip,mpfs-mailbox", }, 236 236 {}, 237 237 }; 238 238 MODULE_DEVICE_TABLE(of, mpfs_mbox_of_match);