[U-Boot] [PATCH 1/2] i2c: cdns: Add additional compatible string for r1p14 of the IP.
Moritz Fischer
moritz.fischer at ettus.com
Thu Dec 22 18:36:10 CET 2016
Adding additional compatible string for version 1.4 of the IP block.
Signed-off-by: Moritz Fischer <moritz.fischer at ettus.com>
Cc: Michal Simek <michal.simek at xilinx.com>
Cc: Heiko Schocher <hs at denx.de>
---
drivers/i2c/i2c-cdns.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/i2c-cdns.c b/drivers/i2c/i2c-cdns.c
index f49f60b..ef85a70 100644
--- a/drivers/i2c/i2c-cdns.c
+++ b/drivers/i2c/i2c-cdns.c
@@ -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 */ }
};
--
2.7.4
More information about the U-Boot
mailing list