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

Commit 1896fe12 authored by Dinesh K Garg's avatar Dinesh K Garg Committed by Matt Wagantall
Browse files

ARM: dts: qcom: Add eMMC ICE node for 8996



Add Inline Crypto Engine in msm8996 to help reduce degradation
in storage throughput when device encryption is turned on.

Change-Id: I560c2c176545cd7dc60c974ca1b2d16b74370740
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent 6a38235d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1124,6 +1124,21 @@
		clocks = <&clock_gcc clk_ufs_ice_core_clk_src>,
			 <&clock_gcc clk_gcc_ufs_ice_core_clk>;
		qcom,op-freq-hz = <300000000>, <0>;
		qcom,instance-type = "ufs";
		status = "disabled";
	};

	sdcc1_ice: sdcc1ice@7443000 {
		compatible = "qcom,ice";
		reg = <0x7443000 0x8000>;
		interrupt-names = "sdcc_ice_nonsec_level_irq", "sdcc_ice_sec_level_irq";
		interrupts = <0 461 0>, <0 460 0>;
		qcom,enable-ice-clk;
		clock-names = "ice_core_clk_src", "ice_core_clk";
		clocks = <&clock_gcc clk_sdcc1_ice_core_clk_src>,
			 <&clock_gcc clk_gcc_sdcc1_ice_core_clk>;
		qcom,op-freq-hz = <300000000>, <0>;
		qcom,instance-type = "sdcc";
		status = "disabled";
	};