We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb4acc commit 406c86fCopy full SHA for 406c86f
arch/arm/mach-pxa/corgi.c
@@ -446,7 +446,7 @@ static struct platform_device corgiled_device = {
446
static struct pxamci_platform_data corgi_mci_platform_data = {
447
.detect_delay_ms = 250,
448
.ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
449
- .gpio_card_detect = -1,
+ .gpio_card_detect = CORGI_GPIO_nSD_DETECT,
450
.gpio_card_ro = CORGI_GPIO_nSD_WP,
451
.gpio_power = CORGI_GPIO_SD_PWR,
452
};
0 commit comments