Commit cc92763c authored by Kevin Hilman's avatar Kevin Hilman

ARM: DaVinci: board init cleanup

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent f6ba5238
......@@ -95,7 +95,7 @@ static struct platform_device usb_dev = {
.name = "musb_hdrc",
.id = -1,
.dev = {
.platform_data = &usb_data,
.platform_data = &usb_data,
.dma_mask = &usb_dmamask,
.coherent_dma_mask = DMA_32BIT_MASK,
},
......@@ -137,7 +137,7 @@ static void __init
davinci_evm_map_io(void)
{
davinci_map_common_io();
/* Initialize the DaVinci EVM board settigs */
board_init ();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment