Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ecaff77 authored by Joel Stanley's avatar Joel Stanley Committed by Corey Minyard
Browse files

ipmi: bt-bmc: Add ast2500 compatible string



The ast2500 SoCs contain the same IPMI BT device.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Reviewed-by: default avatarCédric Le Goater <clg@kaod.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent f5135614
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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" },
	{ },
};