Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joel Stanley and committed by
Corey Minyard
cd921b9f 396c84bb

+2
+1
Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
··· 9 9 - compatible : should be one of 10 10 "aspeed,ast2400-ibt-bmc" 11 11 "aspeed,ast2500-ibt-bmc" 12 + "aspeed,ast2600-ibt-bmc" 12 13 - reg: physical address and size of the registers 13 14 14 15 Optional properties:
+1
drivers/char/ipmi/bt-bmc.c
··· 472 472 static const struct of_device_id bt_bmc_match[] = { 473 473 { .compatible = "aspeed,ast2400-ibt-bmc" }, 474 474 { .compatible = "aspeed,ast2500-ibt-bmc" }, 475 + { .compatible = "aspeed,ast2600-ibt-bmc" }, 475 476 { }, 476 477 }; 477 478