mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 11:55:03 +00:00
i2c/aspeed: Add AST2600 compatible
Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
This commit is contained in:
parent
453fe1eece
commit
50b23b1c5b
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ static const struct dm_i2c_ops ast_i2c_ops = {
|
||||||
static const struct udevice_id ast_i2c_ids[] = {
|
static const struct udevice_id ast_i2c_ids[] = {
|
||||||
{ .compatible = "aspeed,ast2400-i2c-bus" },
|
{ .compatible = "aspeed,ast2400-i2c-bus" },
|
||||||
{ .compatible = "aspeed,ast2500-i2c-bus" },
|
{ .compatible = "aspeed,ast2500-i2c-bus" },
|
||||||
|
{ .compatible = "aspeed,ast2600-i2c-bus" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue