diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index 0af3fb6077a3..0af141ffc3b4 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <mach/i2c.h> | 16 | #include <mach/i2c.h> |
17 | #include <mach/emac.h> | 17 | #include <mach/emac.h> |
18 | #include <mach/asp.h> | 18 | #include <mach/asp.h> |
19 | #include <mach/mmc.h> | ||
19 | 20 | ||
20 | /* | 21 | /* |
21 | * The cp_intc interrupt controller for the da8xx isn't in the same | 22 | * The cp_intc interrupt controller for the da8xx isn't in the same |
@@ -38,6 +39,7 @@ | |||
38 | #define DA8XX_GPIO_BASE 0x01e26000 | 39 | #define DA8XX_GPIO_BASE 0x01e26000 |
39 | #define DA8XX_PSC1_BASE 0x01e27000 | 40 | #define DA8XX_PSC1_BASE 0x01e27000 |
40 | #define DA8XX_LCD_CNTRL_BASE 0x01e13000 | 41 | #define DA8XX_LCD_CNTRL_BASE 0x01e13000 |
42 | #define DA8XX_MMCSD0_BASE 0x01c40000 | ||
41 | 43 | ||
42 | #define PINMUX0 0x00 | 44 | #define PINMUX0 0x00 |
43 | #define PINMUX1 0x04 | 45 | #define PINMUX1 0x04 |
@@ -68,6 +70,7 @@ int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); | |||
68 | int da8xx_register_watchdog(void); | 70 | int da8xx_register_watchdog(void); |
69 | int da8xx_register_emac(void); | 71 | int da8xx_register_emac(void); |
70 | int da8xx_register_lcdc(void); | 72 | int da8xx_register_lcdc(void); |
73 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); | ||
71 | void __init da8xx_init_mcasp(int id, struct snd_platform_data *pdata); | 74 | void __init da8xx_init_mcasp(int id, struct snd_platform_data *pdata); |
72 | 75 | ||
73 | extern struct platform_device da8xx_serial_device; | 76 | extern struct platform_device da8xx_serial_device; |
@@ -106,6 +109,7 @@ extern const short da850_i2c1_pins[]; | |||
106 | extern const short da850_cpgmac_pins[]; | 109 | extern const short da850_cpgmac_pins[]; |
107 | extern const short da850_mcasp_pins[]; | 110 | extern const short da850_mcasp_pins[]; |
108 | extern const short da850_lcdcntl_pins[]; | 111 | extern const short da850_lcdcntl_pins[]; |
112 | extern const short da850_mmcsd0_pins[]; | ||
109 | 113 | ||
110 | int da8xx_pinmux_setup(const short pins[]); | 114 | int da8xx_pinmux_setup(const short pins[]); |
111 | 115 | ||