Lines Matching +full:pxa +full:- +full:mmc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-pxa/trizeps4.c
28 #include <linux/platform_data/i2c-pxa.h>
33 #include <asm/mach-types.h>
45 #include <linux/platform_data/video-pxafb.h>
46 #include <linux/platform_data/mmc-pxamci.h>
47 #include <linux/platform_data/irda-pxaficp.h>
48 #include <linux/platform_data/usb-ohci-pxa27x.h>
55 * Standard UART from PXA for serial / irda transmission
80 /* LCD - 16bpp Active TFT */
153 .mask_flags = MTD_WRITEABLE /* force read-only */
183 .end = PXA_CS0_PHYS + SZ_32M - 1,
188 .name = "physmap-flash",
203 .end = TRIZEPS4_ETH_PHYS+0x400-1,
208 .end = TRIZEPS4_ETH_PHYS+0x8400-1,
224 .id = -1,
233 * LED's on GPIO pins of PXA
245 .default_trigger = "cpu-busy",
258 .name = "leds-gpio",
259 .id = -1,
322 { I2C_BOARD_INFO("rtc-pcf8593", 0x51) }
326 * MMC card slot external to module
334 IRQF_TRIGGER_RISING, "MMC card detect", data); in trizeps4_mci_init()
336 printk(KERN_ERR "trizeps4_mci_init: MMC/SD: can't request" in trizeps4_mci_init()
337 "MMC card detect IRQ\n"); in trizeps4_mci_init()
338 return -1; in trizeps4_mci_init()
353 .get_ro = NULL, /* write-protection not supported */
354 .setpower = NULL, /* power-switching not supported */
400 .gpio_pwdown = -1,
565 MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module")