aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/mcbsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/mcbsp.c')
-rw-r--r--arch/arm/mach-omap1/mcbsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c
index 3c985ac1dfc7..36ab5d83327e 100644
--- a/arch/arm/mach-omap1/mcbsp.c
+++ b/arch/arm/mach-omap1/mcbsp.c
@@ -391,6 +391,8 @@ static void omap_mcbsp_register_board_cfg(struct resource *res, int res_count,
391 continue; 391 continue;
392 platform_device_add_resources(new_mcbsp, &res[i * res_count], 392 platform_device_add_resources(new_mcbsp, &res[i * res_count],
393 res_count); 393 res_count);
394 config[i].reg_size = 2;
395 config[i].reg_step = 2;
394 new_mcbsp->dev.platform_data = &config[i]; 396 new_mcbsp->dev.platform_data = &config[i];
395 ret = platform_device_add(new_mcbsp); 397 ret = platform_device_add(new_mcbsp);
396 if (ret) { 398 if (ret) {