• Home
  • Raw
  • Download

Lines Matching +full:bootloader +full:- +full:key

2  * linux/arch/arm/mach-omap1/board-osk.c
43 #include <linux/platform_data/gpio-omap.h>
46 #include <asm/mach-types.h>
60 #define OMAP_GPIO_LABEL "gpio-0-15"
66 * alternate pin configurations for hardware-controlled blinking.
77 /* bootloader (U-Boot, etc) in first sector */
79 .name = "bootloader",
82 .mask_flags = MTD_WRITEABLE, /* force read-only */
84 /* bootloader params in the next sector */
116 .name = "physmap-flash",
144 .id = -1,
160 .id = -1,
176 * Also, D9 requires non-battery power.
179 .default_trigger = "disk-activity", },
191 .name = "leds-gpio",
199 return -ENOSYS; in osk_tps_setup()
221 /* Let LED1 (D9) blink; leds-gpio may override it */ in osk_tps_setup()
235 osk5912_tps_leds.dev.parent = &client->dev; in osk_tps_setup()
249 /* This device will get the name "i2c-tps65010" */
259 * - optionally on Mistral, ov9640 camera sensor at 0x30
285 /* the CF I/O IRQ is really active-low */ in osk_init_cf()
292 /* Power GPIO on the I2C-attached TPS65010 */
301 * be used, with a NONSTANDARD gender-bending cable/dongle, as
328 #include <linux/platform_data/keypad-omap.h>
342 * - optionally ov9640 camera sensor at 0x30
347 /* KEY(col, row, code) */
348 KEY(0, 0, KEY_F1), /* SW4 */
349 KEY(3, 0, KEY_UP), /* (sw2/up) */
350 KEY(1, 1, KEY_LEFTCTRL), /* SW5 */
351 KEY(2, 1, KEY_LEFT), /* (sw2/left) */
352 KEY(0, 2, KEY_SPACE), /* SW3 */
353 KEY(1, 2, KEY_ESC), /* SW6 */
354 KEY(2, 2, KEY_DOWN), /* (sw2/down) */
355 KEY(2, 3, KEY_ENTER), /* (sw2/select) */
356 KEY(3, 3, KEY_RIGHT), /* (sw2/right) */
380 .name = "omap-keypad",
381 .id = -1,
394 .name = "omap-bl",
395 .id = -1,
403 .id = -1,
425 .name = "leds-gpio",
426 .id = -1,
582 * There are some U-Boot versions out there which configure in osk_init()
591 osk_flash_resource.end += SZ_32M - 1; in osk_init()
606 /* bootloader effectively does: omap_cfg_reg(U19_1610_MPUIO1); */ in osk_init()
622 MACHINE_START(OMAP_OSK, "TI-OSK")