ipmi: kcs: aspeed: Add AST2600 compatible string
authorJoel Stanley <joel@jms.id.au>
Mon, 21 Feb 2022 07:03:51 +0000 (17:33 +1030)
committerCorey Minyard <cminyard@mvista.com>
Tue, 22 Feb 2022 17:08:02 +0000 (11:08 -0600)
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>
Message-Id: <20220221070351.121905-1-joel@jms.id.au>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/kcs_bmc_aspeed.c

index 92a37b33494cb61b0ec610b901e037b66be41419..b555286016b10b701efd518a8fa7ff5cccf662d1 100644 (file)
@@ -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);