We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d5645 commit cbf3fb5Copy full SHA for cbf3fb5
drivers/i2c/busses/i2c-designware-slave.c
@@ -220,7 +220,7 @@ static const struct i2c_algorithm i2c_dw_algo = {
220
221
void i2c_dw_configure_slave(struct dw_i2c_dev *dev)
222
{
223
- dev->functionality = I2C_FUNC_SLAVE | DW_IC_DEFAULT_FUNCTIONALITY;
+ dev->functionality = I2C_FUNC_SLAVE;
224
225
dev->slave_cfg = DW_IC_CON_RX_FIFO_FULL_HLD_CTRL |
226
DW_IC_CON_RESTART_EN | DW_IC_CON_STOP_DET_IFADDRESSED;
0 commit comments