diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2023-08-14 12:14:16 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-08-24 19:11:28 +0200 |
commit | 911325d2324e320456351ea5d165f31aa3b222d1 (patch) | |
tree | 064d37ed4ee5ac985be2e8e37986c83b0c91a4bc /Documentation/devicetree/bindings/crypto | |
parent | dt-bindings: ufs: qcom: Add ICE to sm8450 example (diff) | |
download | linux-911325d2324e320456351ea5d165f31aa3b222d1.tar.xz linux-911325d2324e320456351ea5d165f31aa3b222d1.zip |
dt-bindings: crypto: ice: Document sm8450 inline crypto engine
Document the compatible used for the inline crypto engine found on
SM8450.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230814-dt-binding-ufs-v6-4-fd94845adeda@fairphone.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml index 92e1d76e29ee..7da9aa82d837 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml @@ -13,6 +13,7 @@ properties: compatible: items: - enum: + - qcom,sm8450-inline-crypto-engine - qcom,sm8550-inline-crypto-engine - const: qcom,inline-crypto-engine |