Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9845b6b1 authored by Marek Vasut's avatar Marek Vasut Committed by Eric Miao
Browse files

[ARM] pxa/palm: add detect_delay to mmc for PalmTX,T5,LD

parent a2099e49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ static struct pxamci_platform_data palmld_mci_platform_data = {
	.gpio_card_detect	= GPIO_NR_PALMLD_SD_DETECT_N,
	.gpio_card_ro		= GPIO_NR_PALMLD_SD_READONLY,
	.gpio_power		= GPIO_NR_PALMLD_SD_POWER,
	.detect_delay		= 20,
};

/******************************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -129,6 +129,7 @@ static struct pxamci_platform_data palmt5_mci_platform_data = {
	.gpio_card_detect	= GPIO_NR_PALMT5_SD_DETECT_N,
	.gpio_card_ro		= GPIO_NR_PALMT5_SD_READONLY,
	.gpio_power		= GPIO_NR_PALMT5_SD_POWER,
	.detect_delay		= 20,
};

/******************************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ static struct pxamci_platform_data palmtx_mci_platform_data = {
	.gpio_card_detect	= GPIO_NR_PALMTX_SD_DETECT_N,
	.gpio_card_ro		= GPIO_NR_PALMTX_SD_READONLY,
	.gpio_power		= GPIO_NR_PALMTX_SD_POWER,
	.detect_delay		= 20,
};

/******************************************************************************