diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2023-08-14 13:14:15 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-08-24 20:11:28 +0300 |
commit | e95094d05d94728e350b2afe4574869cb309dd2f (patch) | |
tree | 6f4b8575c95af6585d4da284c17aedc8cce87930 /Documentation/devicetree | |
parent | a11eaed308efc7a80688c56533491376a1136f97 (diff) | |
download | linux-e95094d05d94728e350b2afe4574869cb309dd2f.tar.xz |
dt-bindings: ufs: qcom: Add ICE to sm8450 example
SM8450 actually supports ICE (Inline Crypto Engine) so adjust the
example to match.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230814-dt-binding-ufs-v6-3-fd94845adeda@fairphone.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index 2b0831622cf0..462ead5a1cec 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -317,5 +317,6 @@ examples: <0 0>, <0 0>, <0 0>; + qcom,ice = <&ice>; }; }; |