Lines Matching +full:pxa +full:- +full:mmc
1 // SPDX-License-Identifier: GPL-2.0-only
27 #include <asm/mach-types.h>
34 #include <linux/platform_data/mmc-pxamci.h>
35 #include <linux/platform_data/video-pxafb.h>
36 #include <linux/platform_data/irda-pxaficp.h>
37 #include <linux/platform_data/keypad-pxa27x.h>
38 #include <linux/platform_data/asoc-palm27x.h>
48 /* MMC */
146 .end = PXA_CS0_PHYS + SZ_4M - 1,
151 .name = "physmap-flash",
226 .name = "gpio-keys",
227 .id = -1,
263 .name = "leds-gpio",
264 .id = -1,
284 .id = -1,
290 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMLD_IDE_PWEN,
292 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMLD_IDE_RESET,
332 .dev_id = "pxa2xx-mci.0",
334 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMLD_SD_DETECT_N,
336 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMLD_SD_READONLY,
338 GPIO_LOOKUP("gpio-pxa", GPIO_NR_PALMLD_SD_POWER,
353 palm27x_lcd_init(-1, &palm_320x480_lcd_mode); in palmld_init()