diff mbox series

[v1,1/2] dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible string

Message ID 20220922142216.17581-2-tmaimon77@gmail.com
State Accepted
Commit 518a198f41d6539dc025f0e4fe2785f9031fa1eb
Headers show
Series [v1,1/2] dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible string | expand

Commit Message

Tomer Maimon Sept. 22, 2022, 2:22 p.m. UTC
Add a compatible string for Nuvoton BMC NPCM845 RNG.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
 Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml b/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml
index abd134c9d400..e0071faa00f0 100644
--- a/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml
@@ -16,7 +16,9 @@  maintainers:
 
 properties:
   compatible:
-    const: nuvoton,npcm750-rng
+    enum:
+        - nuvoton,npcm750-rng
+        - nuvoton,npcm845-rng
 
   reg:
     maxItems: 1