From: Joel Stanley Date: Thu, 23 Jun 2022 05:10:39 +0000 (+0930) Subject: i2c/aspeed: Add AST2600 compatible X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=50b23b1c5bc3bb8c43fd8cd13725d146e7251d1d;p=u-boot.git i2c/aspeed: Add AST2600 compatible Signed-off-by: Joel Stanley Reviewed-by: Ryan Chen --- diff --git a/drivers/i2c/ast_i2c.c b/drivers/i2c/ast_i2c.c index 0a93d7c829..c9ffe2d628 100644 --- a/drivers/i2c/ast_i2c.c +++ b/drivers/i2c/ast_i2c.c @@ -351,6 +351,7 @@ static const struct dm_i2c_ops ast_i2c_ops = { static const struct udevice_id ast_i2c_ids[] = { { .compatible = "aspeed,ast2400-i2c-bus" }, { .compatible = "aspeed,ast2500-i2c-bus" }, + { .compatible = "aspeed,ast2600-i2c-bus" }, { }, };