Skip to content

Commit c24a084

Browse files
stanleychuysalexandrebelloni
authored andcommitted
dt-bindings: i3c: silvaco: Add npcm845 compatible string
Nuvoton npcm845 SoC uses the same Silvico IP but an older version. Need to add a new compatible string to distinguish between different hardware versions. Reviewed-by: Frank Li <Frank.Li@nxp.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Stanley Chu <yschu@nuvoton.com> Link: https://lore.kernel.org/r/20250306075429.2265183-2-yschu@nuvoton.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 59f994e commit c24a084

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
const: silvaco,i3c-master-v1
17+
enum:
18+
- nuvoton,npcm845-i3c
19+
- silvaco,i3c-master-v1
1820

1921
reg:
2022
maxItems: 1

0 commit comments

Comments
 (0)