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

Commit 021e436e authored by Santosh Dronamraju's avatar Santosh Dronamraju
Browse files

ARM: dts: Make ice address part of host controller node for sdmshrike



New file encryption architecture parses ice base address from
host controller node.

Change-Id: I2226d5466cf9041fd1d330b2e531cdbf6f6c52e1
Signed-off-by: default avatarSantosh Dronamraju <sdronamr@codeaurora.org>
parent 8136c468
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2036,7 +2036,6 @@
		reg = <0x1d87000 0xda8>; /* PHY regs */
		reg-names = "phy_mem";
		#phy-cells = <0>;
		ufs-qcom-crypto = <&ufs_ice>;

		lanes-per-direction = <2>;

@@ -2050,11 +2049,11 @@

	ufshc_mem: ufshc@1d84000 {
		compatible = "qcom,ufshc";
		reg = <0x1d84000 0x2500>;
		reg = <0x1d84000 0x2500>, <0x1d90000 0x8000>;
		reg-names = "ufs_mem", "ufs_ice";
		interrupts = <0 265 0>;
		phys = <&ufsphy_mem>;
		phy-names = "ufsphy";
		ufs-qcom-crypto = <&ufs_ice>;
		spm-level = <5>;

		lanes-per-direction = <2>;