Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/input.h>
#include <linux/input/matrix_keypad.h>
#include <linux/gpio_keys.h>
#include <linux/workqueue.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/spi/spi.h>
#include <linux/regulator/fixed.h>
#include <linux/regulator/machine.h>
#include <linux/i2c/twl.h>
#include <linux/io.h>
#include <linux/smsc911x.h>
#include <linux/mmc/host.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include "common.h"
#include <plat/gpmc.h>
#include <mach/board-zoom.h>
#include <plat/usb.h>
#include "gpmc-smsc911x.h"
#include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h>
#include "board-flash.h"
#include "mux.h"
#include "hsmmc.h"
#include "control.h"
#include "common-board-devices.h"
Go to the source code of this file.
Macros | |
#define | LDP_SMSC911X_CS 1 |
#define | LDP_SMSC911X_GPIO 152 |
#define | DEBUG_BASE 0x08000000 |
#define | LDP_ETHR_START DEBUG_BASE |
#define | LCD_PANEL_RESET_GPIO 55 |
#define | LCD_PANEL_QVGA_GPIO 56 |
Variables | |
atag_offset = 0x100 | |
reserve = omap_reserve | |
map_io = omap3_map_io | |
init_early = omap3430_init_early | |
init_irq = omap3_init_irq | |
handle_irq = omap3_intc_handle_irq | |
init_machine = omap_ldp_init | |
init_late = omap3430_init_late | |
timer = &omap3_timer | |
restart = omap_prcm_restart | |
#define DEBUG_BASE 0x08000000 |
Definition at line 54 of file board-ldp.c.
#define LCD_PANEL_QVGA_GPIO 56 |
Definition at line 188 of file board-ldp.c.
#define LCD_PANEL_RESET_GPIO 55 |
Definition at line 187 of file board-ldp.c.
#define LDP_ETHR_START DEBUG_BASE |
Definition at line 55 of file board-ldp.c.
#define LDP_SMSC911X_CS 1 |
Definition at line 52 of file board-ldp.c.
#define LDP_SMSC911X_GPIO 152 |
Definition at line 53 of file board-ldp.c.
atag_offset = 0x100 |
Definition at line 431 of file board-ldp.c.
handle_irq = omap3_intc_handle_irq |
Definition at line 436 of file board-ldp.c.
init_early = omap3430_init_early |
Definition at line 434 of file board-ldp.c.
init_irq = omap3_init_irq |
Definition at line 435 of file board-ldp.c.
init_late = omap3430_init_late |
Definition at line 438 of file board-ldp.c.
init_machine = omap_ldp_init |
Definition at line 437 of file board-ldp.c.
map_io = omap3_map_io |
Definition at line 433 of file board-ldp.c.
reserve = omap_reserve |
Definition at line 432 of file board-ldp.c.
restart = omap_prcm_restart |
Definition at line 440 of file board-ldp.c.
timer = &omap3_timer |
Definition at line 439 of file board-ldp.c.