Skip to content

Commit f10b1fc

Browse files
ConchuODJassiBrar
authored andcommitted
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>
1 parent 7215a78 commit f10b1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mailbox/mailbox-mpfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static int mpfs_mbox_probe(struct platform_device *pdev)
232232
}
233233

234234
static const struct of_device_id mpfs_mbox_of_match[] = {
235-
{.compatible = "microchip,polarfire-soc-mailbox", },
235+
{.compatible = "microchip,mpfs-mailbox", },
236236
{},
237237
};
238238
MODULE_DEVICE_TABLE(of, mpfs_mbox_of_match);

0 commit comments

Comments
 (0)