diff options
author | Joel Stanley <joel@jms.id.au> | 2017-03-22 17:01:12 +0300 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2017-04-07 20:25:38 +0300 |
commit | 7ecaff7733b50da8e02d22be6719069892633c53 (patch) | |
tree | ec7a95cdb72a507bf2a5c2c6b9bfd8dd97189968 /Documentation/devicetree/bindings/ipmi | |
parent | f513561455c31ffc4b1ba32a96b18fa72056cf1a (diff) | |
download | linux-7ecaff7733b50da8e02d22be6719069892633c53.tar.xz |
ipmi: bt-bmc: Add ast2500 compatible string
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>
Diffstat (limited to 'Documentation/devicetree/bindings/ipmi')
-rw-r--r-- | Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt index 6f28969af9dc..028268fd99ee 100644 --- a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt +++ b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt @@ -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: |