Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/input.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/spi/spi.h>
#include <linux/interrupt.h>
#include <linux/apm-emulation.h>
#include <linux/omapfb.h>
#include <linux/platform_data/omap1_bl.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <mach/flash.h>
#include <mach/mux.h>
#include <plat/tc.h>
#include <plat/dma.h>
#include <mach/irda.h>
#include <linux/platform_data/keypad-omap.h>
#include <mach/hardware.h>
#include <mach/usb.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | PALMTE_USBDETECT_GPIO 0 |
#define | PALMTE_USB_OR_DC_GPIO 1 |
#define | PALMTE_TSC_GPIO 4 |
#define | PALMTE_PINTDAV_GPIO 6 |
#define | PALMTE_MMC_WP_GPIO 8 |
#define | PALMTE_MMC_POWER_GPIO 9 |
#define | PALMTE_HDQ_GPIO 11 |
#define | PALMTE_HEADPHONES_GPIO 14 |
#define | PALMTE_SPEAKER_GPIO 15 |
#define | PALMTE_DC_GPIO OMAP_MPUIO(2) |
#define | PALMTE_MMC_SWITCH_GPIO OMAP_MPUIO(4) |
#define | PALMTE_MMC1_GPIO OMAP_MPUIO(6) |
#define | PALMTE_MMC2_GPIO OMAP_MPUIO(7) |
#define | PALMTE_MMC3_GPIO OMAP_MPUIO(11) |
Variables | |
atag_offset = 0x100 | |
map_io = omap15xx_map_io | |
init_early = omap1_init_early | |
reserve = omap_reserve | |
init_irq = omap1_init_irq | |
init_machine = omap_palmte_init | |
init_late = omap1_init_late | |
timer = &omap1_timer | |
restart = omap1_restart | |
#define PALMTE_DC_GPIO OMAP_MPUIO(2) |
Definition at line 58 of file board-palmte.c.
#define PALMTE_HDQ_GPIO 11 |
Definition at line 55 of file board-palmte.c.
#define PALMTE_HEADPHONES_GPIO 14 |
Definition at line 56 of file board-palmte.c.
#define PALMTE_MMC1_GPIO OMAP_MPUIO(6) |
Definition at line 60 of file board-palmte.c.
#define PALMTE_MMC2_GPIO OMAP_MPUIO(7) |
Definition at line 61 of file board-palmte.c.
#define PALMTE_MMC3_GPIO OMAP_MPUIO(11) |
Definition at line 62 of file board-palmte.c.
#define PALMTE_MMC_POWER_GPIO 9 |
Definition at line 54 of file board-palmte.c.
#define PALMTE_MMC_SWITCH_GPIO OMAP_MPUIO(4) |
Definition at line 59 of file board-palmte.c.
#define PALMTE_MMC_WP_GPIO 8 |
Definition at line 53 of file board-palmte.c.
#define PALMTE_PINTDAV_GPIO 6 |
Definition at line 52 of file board-palmte.c.
#define PALMTE_SPEAKER_GPIO 15 |
Definition at line 57 of file board-palmte.c.
#define PALMTE_TSC_GPIO 4 |
Definition at line 51 of file board-palmte.c.
#define PALMTE_USB_OR_DC_GPIO 1 |
Definition at line 50 of file board-palmte.c.
#define PALMTE_USBDETECT_GPIO 0 |
Definition at line 49 of file board-palmte.c.
atag_offset = 0x100 |
Definition at line 264 of file board-palmte.c.
init_early = omap1_init_early |
Definition at line 266 of file board-palmte.c.
init_irq = omap1_init_irq |
Definition at line 268 of file board-palmte.c.
init_late = omap1_init_late |
Definition at line 270 of file board-palmte.c.
init_machine = omap_palmte_init |
Definition at line 269 of file board-palmte.c.
map_io = omap15xx_map_io |
Definition at line 265 of file board-palmte.c.
reserve = omap_reserve |
Definition at line 267 of file board-palmte.c.
restart = omap1_restart |
Definition at line 272 of file board-palmte.c.
timer = &omap1_timer |
Definition at line 271 of file board-palmte.c.