diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 6a1d1f3c99f..416f2c3f6be 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -190,6 +190,11 @@ static struct platform_device bcm20702_bluetooth_device = { .id = -1, }; +static struct platform_device omap3h1_dmic_codec = { + .name = "dmic-codec", + .id = -1, +}; + /* --------------------------------------------------------------------------- */ /* USB settings */ @@ -290,6 +295,8 @@ static struct regulator_init_data tps65910_vibrator = { .consumer_supplies = tps65910_vibrator_supply, }; + + /* --------------------------------------------------------------------------- */ @@ -454,6 +461,7 @@ static struct tps65910_board omap3h1_tps65910_pdata = { .tps65910_pmic_init_data[TPS65910_REG_VDAC] = &tps65910_dummy, .tps65910_pmic_init_data[TPS65910_REG_VAUX1] = &tps65910_dummy, /* 2v85 */ .tps65910_pmic_init_data[TPS65910_REG_VDD3] = &tps65910_dummy, + }; static struct i2c_board_info __initdata omap3h1_i2c1_board_info[] = { @@ -516,6 +524,7 @@ static struct platform_device *omap3h1_devices[] __initdata = { &omap3h1_vbat, &bcm20702_bluetooth_device, &nop_phy_device, + &omap3h1_dmic_codec, }; #ifdef CONFIG_OMAP_MUX |