diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2024-01-05 17:15:43 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-01-26 09:39:32 +0100 |
commit | 5d7e1c411c0d703e51cc812a3dac22f1f0b11253 (patch) | |
tree | 1b8c41bfa4bf7d8d306f1efb9961a46cdd3cbb98 | |
parent | crypto: qat - avoid memcpy() overflow warning (diff) | |
download | linux-5d7e1c411c0d703e51cc812a3dac22f1f0b11253.tar.xz linux-5d7e1c411c0d703e51cc812a3dac22f1f0b11253.zip |
dt-bindings: qcom-qce: Add compatible for SM6350
Add a compatible for the crypto block found on the SM6350 SoC.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml index a48bd381063a..e285e382d4ec 100644 --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml @@ -45,6 +45,7 @@ properties: - items: - enum: - qcom,sc7280-qce + - qcom,sm6350-qce - qcom,sm8250-qce - qcom,sm8350-qce - qcom,sm8450-qce |