gumstix.c (f1d6588af93b7115ed31d531dd8572556a43081f) | gumstix.c (444b89875fc0937ece181fa865c75c9d22649986) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/arch/arm/mach-pxa/gumstix.c 4 * 5 * Support for the Gumstix motherboards. 6 * 7 * Original Author: Craig Hughes 8 * Created: Feb 14, 2008 --- 76 unchanged lines hidden (view full) --- 85 86#ifdef CONFIG_MMC_PXA 87static struct pxamci_platform_data gumstix_mci_platform_data = { 88 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, 89}; 90 91static void __init gumstix_mmc_init(void) 92{ | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * linux/arch/arm/mach-pxa/gumstix.c 4 * 5 * Support for the Gumstix motherboards. 6 * 7 * Original Author: Craig Hughes 8 * Created: Feb 14, 2008 --- 76 unchanged lines hidden (view full) --- 85 86#ifdef CONFIG_MMC_PXA 87static struct pxamci_platform_data gumstix_mci_platform_data = { 88 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, 89}; 90 91static void __init gumstix_mmc_init(void) 92{ |
93 pxa_set_mci_info(&gumstix_mci_platform_data); | 93 pxa_set_mci_info(&gumstix_mci_platform_data, NULL); |
94} 95#else 96static void __init gumstix_mmc_init(void) 97{ 98 pr_debug("Gumstix mmc disabled\n"); 99} 100#endif 101 --- 134 unchanged lines hidden --- | 94} 95#else 96static void __init gumstix_mmc_init(void) 97{ 98 pr_debug("Gumstix mmc disabled\n"); 99} 100#endif 101 --- 134 unchanged lines hidden --- |