diff options
author | Joel Stanley <joel@jms.id.au> | 2021-09-03 11:23:14 +0930 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-10-07 14:02:45 -0500 |
commit | cd921b9f0c8d0a198eaeb897fc4124a73b742b4b (patch) | |
tree | 2c52f2c5c94bb305b15a26ef6687cf97579759e3 /Documentation/devicetree/bindings/ipmi | |
parent | 396c84bbfd7906b4bd103741edf352918311c6d0 (diff) | |
download | linux-cd921b9f0c8d0a198eaeb897fc4124a73b742b4b.tar.gz |
ipmi: bt: Add ast2600 compatible string
The AST2600 has the same register set as the previous generation SoCs.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Message-Id: <20210903015314.177987-1-joel@jms.id.au>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt index 028268fd99ee..c9902fd4b38b 100644 --- a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt +++ b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt @@ -9,6 +9,7 @@ Required properties: - compatible : should be one of "aspeed,ast2400-ibt-bmc" "aspeed,ast2500-ibt-bmc" + "aspeed,ast2600-ibt-bmc" - reg: physical address and size of the registers Optional properties: |