diff options
author | 2023-04-07 13:50:29 +0300 | |
---|---|---|
committer | 2023-04-07 12:16:18 -0700 | |
commit | b8630c48b43fcf77039c04a1d30153e283cf41b4 (patch) | |
tree | 2176fa77641009f3941057e0996e1c76f0034abc | |
parent | arm64: dts: MSM8953: Add lpass nodes (diff) | |
download | wireguard-linux-b8630c48b43fcf77039c04a1d30153e283cf41b4.tar.xz wireguard-linux-b8630c48b43fcf77039c04a1d30153e283cf41b4.zip |
arm64: dts: qcom: sm8550: Add the Inline Crypto Engine node
Add support for UFS ICE by adding the qcom,ice property and the
ICE dedicated devicetree node.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407105029.2274111-7-abel.vesa@linaro.org
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8550.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 70ace9f151a8..49de420bc1af 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -1925,9 +1925,18 @@ <0 0>, <0 0>, <0 0>; + qcom,ice = <&ice>; + status = "disabled"; }; + ice: crypto@1d88000 { + compatible = "qcom,sm8550-inline-crypto-engine", + "qcom,inline-crypto-engine"; + reg = <0 0x01d88000 0 0x8000>; + clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>; + }; + tcsr_mutex: hwlock@1f40000 { compatible = "qcom,tcsr-mutex"; reg = <0 0x01f40000 0 0x20000>; |