commit | b1d28b7d377259fa603f3bf865c003e50255e1ed | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Jun 23 14:40:39 2022 +0930 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 06 14:30:51 2022 -0400 |
tree | fb57a493cf5a2de9b356bd8351785bbd15d8733d | |
parent | 52c7f262ffe16cd77a83686d77b1abd3c26d0375 [diff] |
i2c/aspeed: Add AST2600 compatible Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
diff --git a/drivers/i2c/ast_i2c.c b/drivers/i2c/ast_i2c.c index 0a93d7c..c9ffe2d 100644 --- a/drivers/i2c/ast_i2c.c +++ b/drivers/i2c/ast_i2c.c
@@ -351,6 +351,7 @@ static const struct udevice_id ast_i2c_ids[] = { { .compatible = "aspeed,ast2400-i2c-bus" }, { .compatible = "aspeed,ast2500-i2c-bus" }, + { .compatible = "aspeed,ast2600-i2c-bus" }, { }, };