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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 7215a78 commit f10b1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)