]> Pileus Git - ~andy/linux/commitdiff
ARM: dove: Switch SDHCI devices over to "sdhci-dove" driver
authorMike Rapoport <mike@compulab.co.il>
Thu, 28 Oct 2010 19:23:53 +0000 (21:23 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 9 Jan 2011 02:48:55 +0000 (21:48 -0500)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
CC: Saeed Bishara <saeed@marvell.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
arch/arm/mach-dove/common.c

index f7a12586a1f5eaf9c1b0316b6efc2b914a63fa30..fe627aba6da7e5ffc90b98122b4ef53e540d1220 100644 (file)
@@ -770,7 +770,7 @@ static struct resource dove_sdio0_resources[] = {
 };
 
 static struct platform_device dove_sdio0 = {
-       .name           = "sdhci-mv",
+       .name           = "sdhci-dove",
        .id             = 0,
        .dev            = {
                .dma_mask               = &sdio_dmamask,
@@ -798,7 +798,7 @@ static struct resource dove_sdio1_resources[] = {
 };
 
 static struct platform_device dove_sdio1 = {
-       .name           = "sdhci-mv",
+       .name           = "sdhci-dove",
        .id             = 1,
        .dev            = {
                .dma_mask               = &sdio_dmamask,