|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/clk.h>#include <linux/platform_device.h>#include <linux/gpio.h>#include <linux/i2c/pca953x.h>#include <linux/can/platform/ti_hecc.h>#include <linux/davinci_emac.h>#include <linux/mmc/host.h>#include <linux/platform_data/gpio-omap.h>#include "am35xx.h"#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include "common.h"#include <plat/usb.h>#include <video/omapdss.h>#include <video/omap-panel-generic-dpi.h>#include <video/omap-panel-tfp410.h>#include "am35xx-emac.h"#include "mux.h"#include "control.h"#include "hsmmc.h"Go to the source code of this file.
Macros | |
| #define | LCD_PANEL_PWR 176 |
| #define | LCD_PANEL_BKLIGHT_PWR 182 |
| #define | LCD_PANEL_PWM 181 |
| #define | GPIO_RTCS35390A_IRQ 55 |
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap3_map_io | |
| init_early = am35xx_init_early | |
| init_irq = omap3_init_irq | |
| handle_irq = omap3_intc_handle_irq | |
| init_machine = am3517_evm_init | |
| init_late = am35xx_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| #define GPIO_RTCS35390A_IRQ 55 |
Definition at line 59 of file board-am3517evm.c.
| #define LCD_PANEL_BKLIGHT_PWR 182 |
Definition at line 47 of file board-am3517evm.c.
| #define LCD_PANEL_PWM 181 |
Definition at line 48 of file board-am3517evm.c.
| #define LCD_PANEL_PWR 176 |
Definition at line 46 of file board-am3517evm.c.
| atag_offset = 0x100 |
Definition at line 387 of file board-am3517evm.c.
| handle_irq = omap3_intc_handle_irq |
Definition at line 392 of file board-am3517evm.c.
| init_early = am35xx_init_early |
Definition at line 390 of file board-am3517evm.c.
| init_irq = omap3_init_irq |
Definition at line 391 of file board-am3517evm.c.
| init_late = am35xx_init_late |
Definition at line 394 of file board-am3517evm.c.
| init_machine = am3517_evm_init |
Definition at line 393 of file board-am3517evm.c.
| map_io = omap3_map_io |
Definition at line 389 of file board-am3517evm.c.
| reserve = omap_reserve |
Definition at line 388 of file board-am3517evm.c.
| restart = omap_prcm_restart |
Definition at line 396 of file board-am3517evm.c.
| timer = &omap3_timer |
Definition at line 395 of file board-am3517evm.c.
1.8.2