Commit 930e2fe7 authored by Mike Rapoport's avatar Mike Rapoport Committed by Chris Ball
Browse files

ARM: dove: Switch SDHCI devices over to "sdhci-dove" driver



Signed-off-by: default avatarMike Rapoport <mike@compulab.co.il>
CC: Saeed Bishara <saeed@marvell.com>
Acked-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 985b1aa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,