|
Linux Kernel
3.7.1
|
#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/spi/spi.h>#include <linux/i2c/twl.h>#include <linux/regulator/machine.h>#include <linux/io.h>#include <linux/gpio.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 <plat/usb.h>#include "common.h"#include <plat/dma.h>#include <plat/gpmc.h>#include <video/omapdss.h>#include <video/omap-panel-tfp410.h>#include "gpmc-smc91x.h"#include "board-flash.h"#include "mux.h"#include "sdram-qimonda-hyb18m512160af-6.h"#include "hsmmc.h"#include "pm.h"#include "control.h"#include "common-board-devices.h"Go to the source code of this file.
Macros | |
| #define | CONFIG_DISABLE_HFCLK 1 |
| #define | SDP3430_TS_GPIO_IRQ_SDPV1 3 |
| #define | SDP3430_TS_GPIO_IRQ_SDPV2 2 |
| #define | ENABLE_VAUX3_DEDICATED 0x03 |
| #define | ENABLE_VAUX3_DEV_GRP 0x20 |
| #define | TWL4030_MSECURE_GPIO 22 |
| #define | SDP3430_LCD_PANEL_BACKLIGHT_GPIO 8 |
| #define | SDP3430_LCD_PANEL_ENABLE_GPIO 5 |
| #define | board_mux NULL |
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_3430sdp_init | |
| init_late = omap3430_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| #define board_mux NULL |
Definition at line 443 of file board-3430sdp.c.
| #define CONFIG_DISABLE_HFCLK 1 |
Definition at line 50 of file board-3430sdp.c.
| #define ENABLE_VAUX3_DEDICATED 0x03 |
Definition at line 55 of file board-3430sdp.c.
| #define ENABLE_VAUX3_DEV_GRP 0x20 |
Definition at line 56 of file board-3430sdp.c.
| #define SDP3430_LCD_PANEL_BACKLIGHT_GPIO 8 |
Definition at line 106 of file board-3430sdp.c.
| #define SDP3430_LCD_PANEL_ENABLE_GPIO 5 |
Definition at line 107 of file board-3430sdp.c.
| #define SDP3430_TS_GPIO_IRQ_SDPV1 3 |
Definition at line 52 of file board-3430sdp.c.
| #define SDP3430_TS_GPIO_IRQ_SDPV2 2 |
Definition at line 53 of file board-3430sdp.c.
| #define TWL4030_MSECURE_GPIO 22 |
Definition at line 58 of file board-3430sdp.c.
| atag_offset = 0x100 |
Definition at line 591 of file board-3430sdp.c.
| handle_irq = omap3_intc_handle_irq |
Definition at line 596 of file board-3430sdp.c.
| init_early = omap3430_init_early |
Definition at line 594 of file board-3430sdp.c.
| init_irq = omap3_init_irq |
Definition at line 595 of file board-3430sdp.c.
| init_late = omap3430_init_late |
Definition at line 598 of file board-3430sdp.c.
| init_machine = omap_3430sdp_init |
Definition at line 597 of file board-3430sdp.c.
| map_io = omap3_map_io |
Definition at line 593 of file board-3430sdp.c.
| reserve = omap_reserve |
Definition at line 592 of file board-3430sdp.c.
| restart = omap_prcm_restart |
Definition at line 600 of file board-3430sdp.c.
| timer = &omap3_timer |
Definition at line 599 of file board-3430sdp.c.
1.8.2