Commit b8630c48 authored by Abel Vesa's avatar Abel Vesa Committed by Bjorn Andersson
Browse files

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: default avatarAbel Vesa <abel.vesa@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407105029.2274111-7-abel.vesa@linaro.org
parent e58d100f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>;