All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipmi: kcs: aspeed: Add AST2600 compatible string
@ 2022-02-21  7:03 Joel Stanley
  2022-02-22 17:08 ` Corey Minyard
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2022-02-21  7:03 UTC (permalink / raw)
  To: Corey Minyard, Andrew Jeffery; +Cc: openipmi-developer, linux-arm-kernel

The AST2600 is already described in the bindings, but the driver never
gained a compatible string.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 drivers/char/ipmi/kcs_bmc_aspeed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/char/ipmi/kcs_bmc_aspeed.c b/drivers/char/ipmi/kcs_bmc_aspeed.c
index 92a37b33494c..b555286016b1 100644
--- a/drivers/char/ipmi/kcs_bmc_aspeed.c
+++ b/drivers/char/ipmi/kcs_bmc_aspeed.c
@@ -693,6 +693,7 @@ static const struct of_device_id ast_kcs_bmc_match[] = {
 	{ .compatible = "aspeed,ast2500-kcs-bmc", .data = &of_v1_ops },
 	{ .compatible = "aspeed,ast2400-kcs-bmc-v2", .data = &of_v2_ops },
 	{ .compatible = "aspeed,ast2500-kcs-bmc-v2", .data = &of_v2_ops },
+	{ .compatible = "aspeed,ast2600-kcs-bmc", .data = &of_v2_ops },
 	{ }
 };
 MODULE_DEVICE_TABLE(of, ast_kcs_bmc_match);
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ipmi: kcs: aspeed: Add AST2600 compatible string
  2022-02-21  7:03 [PATCH] ipmi: kcs: aspeed: Add AST2600 compatible string Joel Stanley
@ 2022-02-22 17:08 ` Corey Minyard
  0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2022-02-22 17:08 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, openipmi-developer, linux-arm-kernel

On Mon, Feb 21, 2022 at 05:33:51PM +1030, Joel Stanley wrote:
> The AST2600 is already described in the bindings, but the driver never
> gained a compatible string.

Thanks, this is in my queue.

-corey

> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  drivers/char/ipmi/kcs_bmc_aspeed.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/char/ipmi/kcs_bmc_aspeed.c b/drivers/char/ipmi/kcs_bmc_aspeed.c
> index 92a37b33494c..b555286016b1 100644
> --- a/drivers/char/ipmi/kcs_bmc_aspeed.c
> +++ b/drivers/char/ipmi/kcs_bmc_aspeed.c
> @@ -693,6 +693,7 @@ static const struct of_device_id ast_kcs_bmc_match[] = {
>  	{ .compatible = "aspeed,ast2500-kcs-bmc", .data = &of_v1_ops },
>  	{ .compatible = "aspeed,ast2400-kcs-bmc-v2", .data = &of_v2_ops },
>  	{ .compatible = "aspeed,ast2500-kcs-bmc-v2", .data = &of_v2_ops },
> +	{ .compatible = "aspeed,ast2600-kcs-bmc", .data = &of_v2_ops },
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(of, ast_kcs_bmc_match);
> -- 
> 2.34.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-22 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21  7:03 [PATCH] ipmi: kcs: aspeed: Add AST2600 compatible string Joel Stanley
2022-02-22 17:08 ` Corey Minyard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.