summary refs log tree commit diff
path: root/drivers/nfc/nfcmrvl/spi.c
diff options
context:
space:
mode:
authorVincent Cuissard <cuissard@marvell.com>2015-10-26 10:27:45 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-10-27 04:24:54 +0100
commitd8e018c0b3211902af1bfb5d5b280f955a4633b7 (patch)
treebd0b2d8b5d75f401e351c473bf63cf9f51f7c6cc /drivers/nfc/nfcmrvl/spi.c
parentcaf6e49bf6d02e6bb94df680bbe3beaf680fdefa (diff)
downloadlinux-d8e018c0b3211902af1bfb5d5b280f955a4633b7.tar.gz
NFC: nfcmrvl: update device tree bindings for Marvell NFC
Align NFC bindgins to use marvell instead of mrvl.

Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nfcmrvl/spi.c')
-rw-r--r--drivers/nfc/nfcmrvl/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/nfcmrvl/spi.c b/drivers/nfc/nfcmrvl/spi.c
index 358660acd54a..a7faa0bcc01e 100644
--- a/drivers/nfc/nfcmrvl/spi.c
+++ b/drivers/nfc/nfcmrvl/spi.c
@@ -199,7 +199,7 @@ static int nfcmrvl_spi_remove(struct spi_device *spi)
 }
 
 static const struct of_device_id of_nfcmrvl_spi_match[] = {
-	{ .compatible = "mrvl,nfc-spi", },
+	{ .compatible = "marvell,nfc-spi", },
 	{},
 };
 MODULE_DEVICE_TABLE(of, of_nfcmrvl_spi_match);