diff options
Diffstat (limited to 'drivers/mailbox/mailbox-mpfs.c')
| -rw-r--r-- | drivers/mailbox/mailbox-mpfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/mailbox/mailbox-mpfs.c b/drivers/mailbox/mailbox-mpfs.c index 0d6e2231a2c7..4e34854d1238 100644 --- a/drivers/mailbox/mailbox-mpfs.c +++ b/drivers/mailbox/mailbox-mpfs.c @@ -232,7 +232,7 @@ static int mpfs_mbox_probe(struct platform_device *pdev)  }  static const struct of_device_id mpfs_mbox_of_match[] = { -	{.compatible = "microchip,polarfire-soc-mailbox", }, +	{.compatible = "microchip,mpfs-mailbox", },  	{},  };  MODULE_DEVICE_TABLE(of, mpfs_mbox_of_match); |