projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
453fe1e
)
i2c/aspeed: Add AST2600 compatible
author
Joel Stanley
<joel@jms.id.au>
Thu, 23 Jun 2022 05:10:39 +0000
(14:40 +0930)
committer
Tom Rini
<trini@konsulko.com>
Wed, 6 Jul 2022 18:30:51 +0000
(14:30 -0400)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
drivers/i2c/ast_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/ast_i2c.c
b/drivers/i2c/ast_i2c.c
index 0a93d7c82911537167daf9786f03a061932e78b0..c9ffe2d62820a8527cc22209f88e9608cdb24d33 100644
(file)
--- 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" },
{ },
};