diff mbox series

[08/10] i2c/aspeed: Add AST2600 compatible

Message ID 20220620072457.3445278-9-joel@jms.id.au
State Superseded
Delegated to: Tom Rini
Headers show
Series i2c: Improvements for aspeed boards | expand

Commit Message

Joel Stanley June 20, 2022, 7:24 a.m. UTC
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 drivers/i2c/ast_i2c.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Ryan Chen June 21, 2022, 8:15 a.m. UTC | #1
> -----Original Message-----
> From: joel.stan@gmail.com <joel.stan@gmail.com> On Behalf Of Joel Stanley
> Sent: Monday, June 20, 2022 3:25 PM
> To: Ryan Chen <ryan_chen@aspeedtech.com>; BMC-SW
> <BMC-SW@aspeedtech.com>; Heiko Schocher <hs@denx.de>
> Cc: u-boot@lists.denx.de; Cédric Le Goater <clg@kaod.org>
> Subject: [PATCH 08/10] i2c/aspeed: Add AST2600 compatible
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
> ---
>  drivers/i2c/ast_i2c.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/i2c/ast_i2c.c b/drivers/i2c/ast_i2c.c index
> 0a93d7c82911..c9ffe2d62820 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" },
>  	{ },
>  };
> 
> --
> 2.35.1
diff mbox series

Patch

diff --git a/drivers/i2c/ast_i2c.c b/drivers/i2c/ast_i2c.c
index 0a93d7c82911..c9ffe2d62820 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" },
 	{ },
 };