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

Commit 92b20f7f authored by Barry Song's avatar Barry Song Committed by Mike Frysinger
Browse files

Blackfin: bf537-stamp: add example ad1937 i2c resources

parent 67d9963b
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1810,6 +1810,12 @@ static struct platform_device ad5398_userspace_consumer_device = {
#endif
#endif


static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
#if defined(CONFIG_SND_BF5XX_SOC_AD193X) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE)
	{
		I2C_BOARD_INFO("ad1937", 0x04),
	},
#endif

#if defined(CONFIG_INPUT_AD714X_I2C) || defined(CONFIG_INPUT_AD714X_I2C_MODULE)
#if defined(CONFIG_INPUT_AD714X_I2C) || defined(CONFIG_INPUT_AD714X_I2C_MODULE)
	{
	{
		I2C_BOARD_INFO("ad7142_captouch", 0x2C),
		I2C_BOARD_INFO("ad7142_captouch", 0x2C),