diff options
| author | Joel Stanley <[email protected]> | 2022-06-23 14:40:39 +0930 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 14:30:51 -0400 |
| commit | 50b23b1c5bc3bb8c43fd8cd13725d146e7251d1d (patch) | |
| tree | fb57a493cf5a2de9b356bd8351785bbd15d8733d /drivers | |
| parent | 453fe1eece2c9358db3e5e28ff6ca1e9403e5b80 (diff) | |
i2c/aspeed: Add AST2600 compatible
Signed-off-by: Joel Stanley <[email protected]>
Reviewed-by: Ryan Chen <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/ast_i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/ast_i2c.c b/drivers/i2c/ast_i2c.c index 0a93d7c8291..c9ffe2d6282 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" }, { }, }; |
