Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1dfb0c7 authored by Maya Erez's avatar Maya Erez Committed by Dinesh K Garg
Browse files

ARM: dts: qcom: add ICE dts node for msm8994



MSM8994 has an In-line Cryptographic Engine (ICE) dedicated
for UFS. This patch adds an ICE device node. Using ICE helps us
avoid throughput degradation while performing crypto operations
during read and write transaction.

Change-Id: I66ac845d0790fe45dd8da764f7b3c6a83163e03c
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent 384ae005
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1187,6 +1187,14 @@
		status = "disabled";
	};

	ufs_ice: ufsice@fc5a0000 {
		compatible = "qcom,ice";
		reg = <0xfc5a0000 0x8000>;
		interrupt-names = "ufs_ice_nonsec_level_irq", "ufs_ice_sec_level_irq";
		interrupts = <0 258 0>, <0 257 0>;
		status = "disabled";
	};

	ufsphy1: ufsphy@fc597000 {
			compatible = "qcom,ufs-phy-qmp-20nm";
			reg = <0xfc597000 0xda8>, <0xfd512074 0x4>;