From: Moritz Fischer Date: Thu, 22 Dec 2016 17:36:10 +0000 (-0800) Subject: i2c: cdns: Add additional compatible string for r1p14 of the IP. X-Git-Tag: v2017.03-rc1~140^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50994ab757c680589685bd29f562b8100b032e65;p=u-boot 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 Cc: Michal Simek Cc: Heiko Schocher Signed-off-by: Michal Simek --- diff --git a/drivers/i2c/i2c-cdns.c b/drivers/i2c/i2c-cdns.c index f49f60bb37..ef85a70ed3 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 */ } };