i2c: fsi: Fix the port number field in status register
[ Upstream commit502035e284] The port number field in the status register was not correct, so fix it. Fixes:d6ffb63001("i2c: Add FSI-attached I2C master algorithm") Signed-off-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
d0dac4ebc8
commit
1cf0d9a736
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
#define I2C_STAT_DAT_REQ BIT(25)
|
||||
#define I2C_STAT_CMD_COMP BIT(24)
|
||||
#define I2C_STAT_STOP_ERR BIT(23)
|
||||
#define I2C_STAT_MAX_PORT GENMASK(19, 16)
|
||||
#define I2C_STAT_MAX_PORT GENMASK(22, 16)
|
||||
#define I2C_STAT_ANY_INT BIT(15)
|
||||
#define I2C_STAT_SCL_IN BIT(11)
|
||||
#define I2C_STAT_SDA_IN BIT(10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue