mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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: 84261749e5 ("dt-bindings: ipmi: Add npcm845 compatible")
Signed-off-by: Tomer Maimon <[email protected]>
Message-Id: <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
This commit is contained in:
committed by
Corey Minyard
parent
79c87b8f8b
commit
4aebcc9059
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user