Skip to content

Commit 9b97cd6

Browse files
Raviteja Narayanamwsakernel
authored andcommitted
i2c: xiic: Update compatible with new IP version
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. Add the new IP version to compatible. Signed-off-by: Raviteja Narayanam <[email protected]> Signed-off-by: Manikanta Guntupalli <[email protected]> Acked-by: Michal Simek <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent deca7db commit 9b97cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-xiic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ static const struct xiic_version_data xiic_2_00 = {
10741074
#if defined(CONFIG_OF)
10751075
static const struct of_device_id xiic_of_match[] = {
10761076
{ .compatible = "xlnx,xps-iic-2.00.a", .data = &xiic_2_00 },
1077+
{ .compatible = "xlnx,axi-iic-2.1", },
10771078
{},
10781079
};
10791080
MODULE_DEVICE_TABLE(of, xiic_of_match);

0 commit comments

Comments
 (0)