diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2009-09-25 15:14:02 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:27 -0500 |
commit | e5d3d252d5e06e846d767166e254831b711ee243 (patch) | |
tree | fb0d4b75058abf03365d4e056e2d997e86c08d5a /arch/arm/mach-davinci/include/mach/da8xx.h | |
parent | 371b53e02546dd49249e8a4ffdafcc649b348357 (diff) |
davinci: DA8xx: OHCI platform device
Add the function to register the OHCI platform device, given the root hub
related platform data passed from the board specific code. The platfrom
data provide for overriding the OHCI port power and over-current bits at
the board level.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index abb8a5b2c692..3b7527324bf4 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <mach/emac.h> | 19 | #include <mach/emac.h> |
20 | #include <mach/asp.h> | 20 | #include <mach/asp.h> |
21 | #include <mach/mmc.h> | 21 | #include <mach/mmc.h> |
22 | #include <mach/usb.h> | ||
22 | 23 | ||
23 | extern void __iomem *da8xx_syscfg_base; | 24 | extern void __iomem *da8xx_syscfg_base; |
24 | 25 | ||
@@ -78,6 +79,7 @@ void __init da850_init(void); | |||
78 | int da8xx_register_edma(void); | 79 | int da8xx_register_edma(void); |
79 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); | 80 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); |
80 | int da8xx_register_watchdog(void); | 81 | int da8xx_register_watchdog(void); |
82 | int da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata); | ||
81 | int da8xx_register_emac(void); | 83 | int da8xx_register_emac(void); |
82 | int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata); | 84 | int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata); |
83 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); | 85 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); |