diff options
author | Nikunj Kela <[email protected]> | 2024-09-05 12:06:05 -0700 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-09-13 18:26:52 +0800 |
commit | 48b8843a0b74b0c2ff6aa44b31b27158f7d26306 (patch) | |
tree | 462d9faa3dca3ac988f30deb2d2d90104021e8fd | |
parent | 30fed346a3ffcf27da9e7a74466502116186146e (diff) |
dt-bindings: crypto: qcom,prng: document support for SA8255p
Document SA8255p compatible for the True Random Number Generator.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Nikunj Kela <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml index 89c88004b41b..048b769a73c0 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml @@ -17,6 +17,7 @@ properties: - qcom,prng-ee # 8996 and later using EE - items: - enum: + - qcom,sa8255p-trng - qcom,sa8775p-trng - qcom,sc7280-trng - qcom,sm8450-trng |