diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2022-08-08 10:54:52 +0300 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2022-08-08 07:25:24 -0500 |
commit | 4aebcc9059d890bf2f438cfa169dad856123fc9c (patch) | |
tree | 37d379336f1a07a03b0f631ae3ebd824a1d56c1f /Documentation/devicetree/bindings/ipmi | |
parent | 79c87b8f8ba7e5706aa5cb2601635b468820e911 (diff) | |
download | linux-4aebcc9059d890bf2f438cfa169dad856123fc9c.tar.gz |
dt-binding: ipmi: add fallback to npcm845 compatible
Add to npcm845 KCS compatible string a fallback to npcm750 KCS compatible
string becuase NPCM845 and NPCM750 BMCs are using identical KCS modules.
Fixes: 84261749e58a ("dt-bindings: ipmi: Add npcm845 compatible")
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Message-Id: <20220808075452.115907-1-tmaimon77@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'Documentation/devicetree/bindings/ipmi')
-rw-r--r-- | Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt b/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt index cbc10a68ddef..4fda76e63396 100644 --- a/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt +++ b/Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt @@ -7,7 +7,7 @@ used to perform in-band IPMI communication with their host. Required properties: - compatible : should be one of "nuvoton,npcm750-kcs-bmc" - "nuvoton,npcm845-kcs-bmc" + "nuvoton,npcm845-kcs-bmc", "nuvoton,npcm750-kcs-bmc" - interrupts : interrupt generated by the controller - kcs_chan : The KCS channel number in the controller |