Skip to content

Commit cd921b9

Browse files
shenkicminyard
authored andcommitted
ipmi: bt: Add ast2600 compatible string
The AST2600 has the same register set as the previous generation SoCs. Signed-off-by: Joel Stanley <[email protected]> Acked-by: Rob Herring <[email protected]> Message-Id: <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
1 parent 396c84b commit cd921b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Required properties:
99
- compatible : should be one of
1010
"aspeed,ast2400-ibt-bmc"
1111
"aspeed,ast2500-ibt-bmc"
12+
"aspeed,ast2600-ibt-bmc"
1213
- reg: physical address and size of the registers
1314

1415
Optional properties:

drivers/char/ipmi/bt-bmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ static int bt_bmc_remove(struct platform_device *pdev)
472472
static const struct of_device_id bt_bmc_match[] = {
473473
{ .compatible = "aspeed,ast2400-ibt-bmc" },
474474
{ .compatible = "aspeed,ast2500-ibt-bmc" },
475+
{ .compatible = "aspeed,ast2600-ibt-bmc" },
475476
{ },
476477
};
477478

0 commit comments

Comments
 (0)