Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ properties:
- qcom,sm8550-inline-crypto-engine
- qcom,sm8650-inline-crypto-engine
- qcom,sm8750-inline-crypto-engine
- qcom,x1e80100-inline-crypto-engine
- const: qcom,inline-crypto-engine

reg:
Expand Down
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/qcom/hamoa.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3089,6 +3089,7 @@
};
};


cryptobam: dma-controller@1dc4000 {
compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0";
reg = <0x0 0x01dc4000 0x0 0x28000>;
Expand Down Expand Up @@ -3932,6 +3933,8 @@
phys = <&ufs_mem_phy>;
phy-names = "ufsphy";

qcom,ice = <&ice>;

#reset-cells = <1>;

status = "disabled";
Expand Down Expand Up @@ -3977,6 +3980,17 @@
};
};

ice: crypto@1d88000 {
compatible = "qcom,x1e80100-inline-crypto-engine",
"qcom,inline-crypto-engine";
reg = <0x0 0x01d88000 0x0 0x18000>;
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
<&gcc GCC_UFS_PHY_AHB_CLK>;
clock-names = "core",
"iface";
power-domains = <&gcc GCC_UFS_PHY_GDSC>;
};

tcsr_mutex: hwlock@1f40000 {
compatible = "qcom,tcsr-mutex";
reg = <0 0x01f40000 0 0x20000>;
Expand Down