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

Commit 3cbcb161 authored by Cliff Cai's avatar Cliff Cai Committed by Mike Frysinger
Browse files

Blackfin: bf537-stamp: add example adau1373 i2c resources

parent a65912ca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1992,6 +1992,11 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
		.platform_data = (void *)&adp8860_pdata,
	},
#endif
#if defined(CONFIG_SND_SOC_ADAU1373) || defined(CONFIG_SND_SOC_ADAU1373_MODULE)
	{
		I2C_BOARD_INFO("adau1373", 0x1A),
	},
#endif
};

#if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE)