Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c-ast2600: Fix slave interrupt status check when multi-slave addres…
…ses are enabled When slave addresses openbmc#2/openbmc#3 are enabled, the register bits, I2CS24[31:30] ( slave address match indicator) and I2CS24[19:18] (current active slave address indicator) will be activated. The register value check on I2CS24 must be changed since the original design assumed that these bits must be zero, which is not true when more than one slave address is used. Fixes nvbug https:// Signed-off-by: Chester Lin <chesterl@nvidia.com>
- Loading branch information