aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-07-18 13:22:54 -0400
committerAndrew Lunn <andrew@lunn.ch>2012-07-25 11:06:23 -0400
commit778435045a416da71f1757a80e37200a5ea5af70 (patch)
treeb1e91a6458fa6c07567a764029d1d539a1e68db0 /drivers
parentbaffab28b13120694fa3ebab08d3e99667a851d2 (diff)
ARM: Kirkwood: Replace mrvl with marvell
It has been decided to use marvell, not mrvl, in the compatibility property. Search & replace. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/orion_nand.c2
-rw-r--r--drivers/rtc/rtc-mv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/orion_nand.c b/drivers/mtd/nand/orion_nand.c
index 9b8fd3d7716..fc5a868c436 100644
--- a/drivers/mtd/nand/orion_nand.c
+++ b/drivers/mtd/nand/orion_nand.c
@@ -218,7 +218,7 @@ static int __devexit orion_nand_remove(struct platform_device *pdev)
218 218
219#ifdef CONFIG_OF 219#ifdef CONFIG_OF
220static struct of_device_id orion_nand_of_match_table[] = { 220static struct of_device_id orion_nand_of_match_table[] = {
221 { .compatible = "mrvl,orion-nand", }, 221 { .compatible = "marvell,orion-nand", },
222 {}, 222 {},
223}; 223};
224#endif 224#endif
diff --git a/drivers/rtc/rtc-mv.c b/drivers/rtc/rtc-mv.c
index b2185f4255a..ebc1649d45d 100644
--- a/drivers/rtc/rtc-mv.c
+++ b/drivers/rtc/rtc-mv.c
@@ -297,7 +297,7 @@ static int __exit mv_rtc_remove(struct platform_device *pdev)
297 297
298#ifdef CONFIG_OF 298#ifdef CONFIG_OF
299static struct of_device_id rtc_mv_of_match_table[] = { 299static struct of_device_id rtc_mv_of_match_table[] = {
300 { .compatible = "mrvl,orion-rtc", }, 300 { .compatible = "marvell,orion-rtc", },
301 {} 301 {}
302}; 302};
303#endif 303#endif