diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-omapl138-hawk.c')
-rw-r--r-- | arch/arm/mach-davinci/board-omapl138-hawk.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c b/arch/arm/mach-davinci/board-omapl138-hawk.c index 5a2bd44da54d..b8c20de10ca2 100644 --- a/arch/arm/mach-davinci/board-omapl138-hawk.c +++ b/arch/arm/mach-davinci/board-omapl138-hawk.c | |||
@@ -136,7 +136,6 @@ static struct davinci_mmc_config da850_mmc_config = { | |||
136 | .wires = 4, | 136 | .wires = 4, |
137 | .max_freq = 50000000, | 137 | .max_freq = 50000000, |
138 | .caps = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, | 138 | .caps = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, |
139 | .version = MMC_CTLR_VERSION_2, | ||
140 | }; | 139 | }; |
141 | 140 | ||
142 | static __init void omapl138_hawk_mmc_init(void) | 141 | static __init void omapl138_hawk_mmc_init(void) |
@@ -311,6 +310,11 @@ static __init void omapl138_hawk_init(void) | |||
311 | if (ret) | 310 | if (ret) |
312 | pr_warn("%s: watchdog registration failed: %d\n", | 311 | pr_warn("%s: watchdog registration failed: %d\n", |
313 | __func__, ret); | 312 | __func__, ret); |
313 | |||
314 | ret = da8xx_register_rproc(); | ||
315 | if (ret) | ||
316 | pr_warn("%s: dsp/rproc registration failed: %d\n", | ||
317 | __func__, ret); | ||
314 | } | 318 | } |
315 | 319 | ||
316 | #ifdef CONFIG_SERIAL_8250_CONSOLE | 320 | #ifdef CONFIG_SERIAL_8250_CONSOLE |
@@ -338,4 +342,5 @@ MACHINE_START(OMAPL138_HAWKBOARD, "AM18x/OMAP-L138 Hawkboard") | |||
338 | .init_late = davinci_init_late, | 342 | .init_late = davinci_init_late, |
339 | .dma_zone_size = SZ_128M, | 343 | .dma_zone_size = SZ_128M, |
340 | .restart = da8xx_restart, | 344 | .restart = da8xx_restart, |
345 | .reserve = da8xx_rproc_reserve_cma, | ||
341 | MACHINE_END | 346 | MACHINE_END |