Lines Matching +full:dsp +full:- +full:gpio4
2 * linux/arch/arm/mach-omap1/board-osk.c
44 #include <linux/platform_data/gpio-omap.h>
46 #include <linux/soc/ti/omap1-io.h>
48 #include <asm/mach-types.h>
60 #define OMAP_GPIO_LABEL "gpio-0-15"
66 * alternate pin configurations for hardware-controlled blinking.
76 /* bootloader (U-Boot, etc) in first sector */
81 .mask_flags = MTD_WRITEABLE, /* force read-only */
115 .name = "physmap-flash",
143 .id = -1,
162 .id = -1,
175 * Also, D9 requires non-battery power.
177 { .name = "d9", .default_trigger = "disk-activity", },
183 .dev_id = "leds-gpio",
199 .name = "leds-gpio",
212 return -ENOSYS; in osk_tps_setup()
229 /* GPIO4 is VDD_DSP */ in osk_tps_setup()
232 /* REVISIT if DSP support isn't configured, power it off ... */ in osk_tps_setup()
234 /* Let LED1 (D9) blink; leds-gpio may override it */ in osk_tps_setup()
248 osk5912_tps_leds.dev.parent = &client->dev; in osk_tps_setup()
269 /* This device will get the name "i2c-tps65010" */
279 * - optionally on Mistral, ov9640 camera sensor at 0x30
302 res->start = OMAP_CS1_PHYS; in osk_init_cf()
305 res->start = OMAP_CS2_PHYS; in osk_init_cf()
308 res->start = omap_cs3_phys(); in osk_init_cf()
312 res->end = res->start + SZ_8K - 1; in osk_init_cf()
328 /* Power GPIO on the I2C-attached TPS65010 */
339 * be used, with a NONSTANDARD gender-bending cable/dongle, as
362 GPIO_LOOKUP("gpio-48-63", 14, "cf_irq",
368 GPIO_LOOKUP_IDX("gpio-32-47", 5, "wakeup", 0,
370 GPIO_LOOKUP_IDX("gpio-16-31", 2, "wakeup", 1,
372 GPIO_LOOKUP_IDX("gpio-48-63", 1, "wakeup", 2,
387 * There are some U-Boot versions out there which configure in osk_init()
396 osk_flash_resource.end += SZ_32M - 1; in osk_init()
417 /* the CF I/O IRQ is really active-low */ in osk_init()
444 MACHINE_START(OMAP_OSK, "TI-OSK")