diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2022-09-29 15:31:10 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-10-21 13:15:35 +0200 |
commit | 518a198f41d6539dc025f0e4fe2785f9031fa1eb (patch) | |
tree | 76257bf4f0075f50c0525a24962ac6a72db50a76 /Documentation | |
parent | crypto: stm32 - Fix spelling mistake "wite" -> "write" (diff) | |
download | linux-518a198f41d6539dc025f0e4fe2785f9031fa1eb.tar.xz linux-518a198f41d6539dc025f0e4fe2785f9031fa1eb.zip |
dt-bindings: rng: nuvoton,npcm-rng: Add npcm845 compatible string
Add a compatible string for Nuvoton BMC NPCM845 RNG.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml b/Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.yaml index abd134c9d400..e8e4ab1e5b95 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 |