Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6caa15d0 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface



Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
module.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1fdf9b49
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -409,6 +409,10 @@ struct platform_device s3c24xx_pwm_device = {
	.num_resources	= 0,
	.num_resources	= 0,
};
};


static struct platform_device gta02_dfbmcs320_device = {
	.name = "dfbmcs320",
};

static struct i2c_board_info gta02_i2c_devs[] __initdata = {
static struct i2c_board_info gta02_i2c_devs[] __initdata = {
	{
	{
		I2C_BOARD_INFO("pcf50633", 0x73),
		I2C_BOARD_INFO("pcf50633", 0x73),
@@ -523,6 +527,7 @@ static struct platform_device *gta02_devices[] __initdata = {
	&s3c_device_iis,
	&s3c_device_iis,
	&samsung_asoc_dma,
	&samsung_asoc_dma,
	&s3c_device_i2c0,
	&s3c_device_i2c0,
	&gta02_dfbmcs320_device,
	&gta02_buttons_device,
	&gta02_buttons_device,
	&s3c_device_adc,
	&s3c_device_adc,
	&s3c_device_ts,
	&s3c_device_ts,