提交 7ecaff77 编写于 作者: J Joel Stanley 提交者: Corey Minyard

ipmi: bt-bmc: Add ast2500 compatible string

The ast2500 SoCs contain the same IPMI BT device.
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Reviewed-by: NCédric Le Goater <clg@kaod.org>
Acked-by: NRob Herring <robh@kernel.org>
Signed-off-by: NCorey Minyard <cminyard@mvista.com>
上级 f5135614
......@@ -6,7 +6,9 @@ perform in-band IPMI communication with their host.
Required properties:
- compatible : should be "aspeed,ast2400-ibt-bmc"
- compatible : should be one of
"aspeed,ast2400-ibt-bmc"
"aspeed,ast2500-ibt-bmc"
- reg: physical address and size of the registers
Optional properties:
......
......@@ -523,6 +523,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" },
{ },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册