Skip to content

Commit b8630c4

Browse files
abelvesaandersson
authored andcommitted
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
1 parent e58d100 commit b8630c4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm8550.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,9 +1925,18 @@
19251925
<0 0>,
19261926
<0 0>,
19271927
<0 0>;
1928+
qcom,ice = <&ice>;
1929+
19281930
status = "disabled";
19291931
};
19301932

1933+
ice: crypto@1d88000 {
1934+
compatible = "qcom,sm8550-inline-crypto-engine",
1935+
"qcom,inline-crypto-engine";
1936+
reg = <0 0x01d88000 0 0x8000>;
1937+
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
1938+
};
1939+
19311940
tcsr_mutex: hwlock@1f40000 {
19321941
compatible = "qcom,tcsr-mutex";
19331942
reg = <0 0x01f40000 0 0x20000>;

0 commit comments

Comments
 (0)