Skip to content

Commit

Permalink
ipmi: bt-bmc: Add ast2500 compatible string
Browse files Browse the repository at this point in the history
The ast2500 SoCs contain the same IPMI BT device.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
  • Loading branch information
Joel Stanley authored and Corey Minyard committed Apr 7, 2017
1 parent f513561 commit 7ecaff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions drivers/char/ipmi/bt-bmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
{ },
};

Expand Down

0 comments on commit 7ecaff7

Please sign in to comment.