Blackfin arch: enable i2c_bfin_twi0_device in cm_bf548 board
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -679,7 +679,7 @@ static struct platform_device *cm_bf548_devices[] __initdata = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE)
|
#if defined(CONFIG_I2C_BLACKFIN_TWI) || defined(CONFIG_I2C_BLACKFIN_TWI_MODULE)
|
||||||
/* &i2c_bfin_twi0_device, */
|
&i2c_bfin_twi0_device,
|
||||||
#if !defined(CONFIG_BF542)
|
#if !defined(CONFIG_BF542)
|
||||||
&i2c_bfin_twi1_device,
|
&i2c_bfin_twi1_device,
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user