Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/usb/otg.h>
#include <linux/spi/spi.h>
#include <linux/i2c/twl.h>
#include <linux/mfd/twl6040.h>
#include <linux/gpio_keys.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/fixed.h>
#include <linux/leds.h>
#include <linux/leds_pwm.h>
#include <linux/platform_data/omap4-keypad.h>
#include <asm/hardware/gic.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include "common.h"
#include <plat/usb.h>
#include <plat/mmc.h>
#include "omap4-keypad.h"
#include <video/omapdss.h>
#include <video/omap-panel-nokia-dsi.h>
#include <video/omap-panel-picodlp.h>
#include <linux/wl12xx.h>
#include <linux/platform_data/omap-abe-twl6040.h>
#include "soc.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 | ETH_KS8851_IRQ 34 |
#define | ETH_KS8851_POWER_ON 48 |
#define | ETH_KS8851_QUART 138 |
#define | OMAP4_SFH7741_SENSOR_OUTPUT_GPIO 184 |
#define | OMAP4_SFH7741_ENABLE_GPIO 188 |
#define | HDMI_GPIO_CT_CP_HPD 60 /* HPD mode enable/disable */ |
#define | HDMI_GPIO_LS_OE 41 /* Level shifter for HDMI */ |
#define | HDMI_GPIO_HPD 63 /* Hotplug detect */ |
#define | DISPLAY_SEL_GPIO 59 /* LCD2/PicoDLP switch */ |
#define | DLP_POWER_ON_GPIO 40 |
#define | GPIO_WIFI_PMENA 54 |
#define | GPIO_WIFI_IRQ 53 |
#define | board_mux NULL |
Variables | |
atag_offset = 0x100 | |
smp = smp_ops(omap4_smp_ops) | |
reserve = omap_reserve | |
map_io = omap4_map_io | |
init_early = omap4430_init_early | |
init_irq = gic_init_irq | |
handle_irq = gic_handle_irq | |
init_machine = omap_4430sdp_init | |
init_late = omap4430_init_late | |
timer = &omap4_timer | |
restart = omap_prcm_restart | |
#define board_mux NULL |
Definition at line 794 of file board-4430sdp.c.
#define DISPLAY_SEL_GPIO 59 /* LCD2/PicoDLP switch */ |
Definition at line 60 of file board-4430sdp.c.
#define DLP_POWER_ON_GPIO 40 |
Definition at line 61 of file board-4430sdp.c.
#define ETH_KS8851_IRQ 34 |
Definition at line 52 of file board-4430sdp.c.
#define ETH_KS8851_POWER_ON 48 |
Definition at line 53 of file board-4430sdp.c.
#define ETH_KS8851_QUART 138 |
Definition at line 54 of file board-4430sdp.c.
#define GPIO_WIFI_IRQ 53 |
Definition at line 64 of file board-4430sdp.c.
#define GPIO_WIFI_PMENA 54 |
Definition at line 63 of file board-4430sdp.c.
Definition at line 57 of file board-4430sdp.c.
#define HDMI_GPIO_HPD 63 /* Hotplug detect */ |
Definition at line 59 of file board-4430sdp.c.
Definition at line 58 of file board-4430sdp.c.
#define OMAP4_SFH7741_ENABLE_GPIO 188 |
Definition at line 56 of file board-4430sdp.c.
#define OMAP4_SFH7741_SENSOR_OUTPUT_GPIO 184 |
Definition at line 55 of file board-4430sdp.c.
atag_offset = 0x100 |
Definition at line 874 of file board-4430sdp.c.
handle_irq = gic_handle_irq |
Definition at line 880 of file board-4430sdp.c.
init_early = omap4430_init_early |
Definition at line 878 of file board-4430sdp.c.
init_irq = gic_init_irq |
Definition at line 879 of file board-4430sdp.c.
init_late = omap4430_init_late |
Definition at line 882 of file board-4430sdp.c.
init_machine = omap_4430sdp_init |
Definition at line 881 of file board-4430sdp.c.
map_io = omap4_map_io |
Definition at line 877 of file board-4430sdp.c.
reserve = omap_reserve |
Definition at line 876 of file board-4430sdp.c.
restart = omap_prcm_restart |
Definition at line 884 of file board-4430sdp.c.
smp = smp_ops(omap4_smp_ops) |
Definition at line 875 of file board-4430sdp.c.
timer = &omap4_timer |
Definition at line 883 of file board-4430sdp.c.