Skip to content

Commit

Permalink
i2c: xiic: Update compatible with new IP version
Browse files Browse the repository at this point in the history
Xilinx AXI I2C IP is updated with a bug fix for dynamic mode reads.
Older IPs are handled with a workaround in which they are using
xiic standard mode for all these effected use cases.
Added the new IP version to compatible.

Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
State: pending
  • Loading branch information
Raviteja Narayanam authored and Michal Simek committed Mar 22, 2021
1 parent a3bc60d commit 05e6c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-xiic.c
Expand Up @@ -1135,6 +1135,7 @@ static const struct xiic_version_data xiic_2_00 = {
#if defined(CONFIG_OF)
static const struct of_device_id xiic_of_match[] = {
{ .compatible = "xlnx,xps-iic-2.00.a", .data = &xiic_2_00 },
{ .compatible = "xlnx,axi-iic-2.1", },
{},
};
MODULE_DEVICE_TABLE(of, xiic_of_match);
Expand Down

0 comments on commit 05e6c4a

Please sign in to comment.