[PATCH] ipmi: kcs: aspeed: Add AST2600 compatible string

Corey Minyard minyard at acm.org
Tue Feb 22 09:08:16 PST 2022


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 at 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
> 



More information about the linux-arm-kernel mailing list