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 <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Stanley Chu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 59f994e commit c24a084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)