Skip to content

Commit 4aebcc9

Browse files
tmaimoncminyard
authored andcommitted
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: 8426174 ("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>
1 parent 79c87b8 commit 4aebcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ used to perform in-band IPMI communication with their host.
77
Required properties:
88
- compatible : should be one of
99
"nuvoton,npcm750-kcs-bmc"
10-
"nuvoton,npcm845-kcs-bmc"
10+
"nuvoton,npcm845-kcs-bmc", "nuvoton,npcm750-kcs-bmc"
1111
- interrupts : interrupt generated by the controller
1212
- kcs_chan : The KCS channel number in the controller
1313

0 commit comments

Comments
 (0)