diff options
author | Joel Stanley <joel@jms.id.au> | 2021-09-03 11:23:14 +0930 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-10-07 14:02:45 -0500 |
commit | cd921b9f0c8d0a198eaeb897fc4124a73b742b4b (patch) | |
tree | 2c52f2c5c94bb305b15a26ef6687cf97579759e3 /drivers/char | |
parent | 396c84bbfd7906b4bd103741edf352918311c6d0 (diff) | |
download | linux-cd921b9f0c8d0a198eaeb897fc4124a73b742b4b.tar.bz2 |
ipmi: bt: Add ast2600 compatible string
The AST2600 has the same register set as the previous generation SoCs.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Message-Id: <20210903015314.177987-1-joel@jms.id.au>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/ipmi/bt-bmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, { }, }; |