Skip to content

Commit 7b68fa8

Browse files
committed
ipmi: bt-bmc: Add ast2500 compatible string
The ast2500 SoCs contain the same IPMI BT device as the ast2400. OpenBMC-Staging-Count: 1 Reviewed-by: Cédric Le Goater <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent f26f774 commit 7b68fa8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ perform in-band IPMI communication with their host.
66

77
Required properties:
88

9-
- compatible : should be "aspeed,ast2400-ibt-bmc"
9+
- compatible : should be one of
10+
"aspeed,ast2400-ibt-bmc"
11+
"aspeed,ast2500-ibt-bmc"
1012
- reg: physical address and size of the registers
1113

1214
Optional properties:

drivers/char/ipmi/bt-bmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ static int bt_bmc_remove(struct platform_device *pdev)
523523

524524
static const struct of_device_id bt_bmc_match[] = {
525525
{ .compatible = "aspeed,ast2400-ibt-bmc" },
526+
{ .compatible = "aspeed,ast2500-ibt-bmc" },
526527
{ },
527528
};
528529

0 commit comments

Comments
 (0)