mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
i2c: cdns: Add additional compatible string for r1p14 of the IP.
Adding additional compatible string for version 1.4 of the IP block. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a765bdd1cb
commit
50994ab757
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ static const struct dm_i2c_ops cdns_i2c_ops = {
|
|||
|
||||
static const struct udevice_id cdns_i2c_of_match[] = {
|
||||
{ .compatible = "cdns,i2c-r1p10" },
|
||||
{ .compatible = "cdns,i2c-r1p14" },
|
||||
{ /* end of table */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue