From cd921b9f0c8d0a198eaeb897fc4124a73b742b4b Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 3 Sep 2021 11:23:14 +0930 Subject: ipmi: bt: Add ast2600 compatible string The AST2600 has the same register set as the previous generation SoCs. Signed-off-by: Joel Stanley Acked-by: Rob Herring Message-Id: <20210903015314.177987-1-joel@jms.id.au> Signed-off-by: Corey Minyard --- drivers/char/ipmi/bt-bmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/char') diff --git a/drivers/char/ipmi/bt-bmc.c b/drivers/char/ipmi/bt-bmc.c index fb771ce6f7bf..7450904e330a 100644 --- a/drivers/char/ipmi/bt-bmc.c +++ b/drivers/char/ipmi/bt-bmc.c @@ -472,6 +472,7 @@ static int bt_bmc_remove(struct platform_device *pdev) static const struct of_device_id bt_bmc_match[] = { { .compatible = "aspeed,ast2400-ibt-bmc" }, { .compatible = "aspeed,ast2500-ibt-bmc" }, + { .compatible = "aspeed,ast2600-ibt-bmc" }, { }, }; -- cgit