mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
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
This commit is contained in:
parent
e58d100fa2
commit
b8630c48b4
|
|
@ -1925,9 +1925,18 @@ ufs_mem_hc: ufs@1d84000 {
|
||||||
<0 0>,
|
<0 0>,
|
||||||
<0 0>,
|
<0 0>,
|
||||||
<0 0>;
|
<0 0>;
|
||||||
|
qcom,ice = <&ice>;
|
||||||
|
|
||||||
status = "disabled";
|
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 {
|
tcsr_mutex: hwlock@1f40000 {
|
||||||
compatible = "qcom,tcsr-mutex";
|
compatible = "qcom,tcsr-mutex";
|
||||||
reg = <0 0x01f40000 0 0x20000>;
|
reg = <0 0x01f40000 0 0x20000>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user