Message ID | 20231117201720.298422-2-davidwronek@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Add UFS support for SC7180/SM7125 | expand |
On Fri, 17 Nov 2023 21:08:33 +0100, David Wronek wrote: > Document the compatible used for the inline crypto engine found on > SC7180. > > Signed-off-by: David Wronek <davidwronek@gmail.com> > --- > .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml index ca4f7d1cefaa..72aaf9d99b91 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml @@ -14,6 +14,7 @@ properties: items: - enum: - qcom,sa8775p-inline-crypto-engine + - qcom,sc7180-inline-crypto-engine - qcom,sm8450-inline-crypto-engine - qcom,sm8550-inline-crypto-engine - const: qcom,inline-crypto-engine
Document the compatible used for the inline crypto engine found on SC7180. Signed-off-by: David Wronek <davidwronek@gmail.com> --- .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml | 1 + 1 file changed, 1 insertion(+)