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

Commit fb9ed382 authored by Vaibhav Agrawal's avatar Vaibhav Agrawal
Browse files

ARM: dts: msm: Add cqhci_ice and sdcc_ice_slave regions

Add the cqhci_ice in cqhci node and sdcc_ice_slave
region in hwkm node to support file based encryption
on holi emmc device.

Change-Id: Ic9f3486f1fe3f572c444dc327e121f7b20c69129
parent 8fc91d13
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2119,8 +2119,8 @@

	sdhc_1: sdhci@4744000 {
		compatible = "qcom,sdhci-msm-v5";
		reg = <0x04744000 0x1000>, <0x04745000 0x1000>;
		reg-names = "hc_mem", "cqhci_mem";
		reg = <0x04744000 0x1000>, <0x04745000 0x1000>, <0x04748000 0x8000>;
		reg-names = "hc_mem", "cqhci_mem", "cqhci_ice";

		iommus = <&apps_smmu 0x20 0x0>;
		qcom,iommu-dma = "fastmap";
@@ -2491,8 +2491,8 @@

	qcom_hwkm: hwkm@4440000 {
		compatible = "qcom,hwkm";
		reg = <0x4440000 0x9000>, <0x04810000 0x9000>;
		reg-names = "km_master", "ice_slave";
		reg = <0x4440000 0x9000>, <0x04810000 0x9000>, <0x04750000 0x9000>;
		reg-names = "km_master", "ice_slave", "sdcc_ice_slave";
		qcom,enable-hwkm-clk;
		clock-names = "km_clk_src";
		clocks = <&rpmcc RPM_SMD_HWKM_CLK>;