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

Commit f161be7c authored by Prakash Gupta's avatar Prakash Gupta Committed by Yashwanth
Browse files

ARM: dts: msm: update memory-map v4 for bengal

Update memory-map v4 for bengal.
Fix memory region namings.

Change-Id: I515b0ab5c5bdc06e0d4566abed60dba6f57b554d
parent 22d5e86d
Loading
Loading
Loading
Loading
+29 −29
Original line number Diff line number Diff line
@@ -304,82 +304,82 @@
		#size-cells = <2>;
		ranges;

		hyp_region: hyp_region@45700000 {
		hyp_mem: hyp_region@85700000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45700000 0x0 0x600000>;
			reg = <0x0 0x85700000 0x0 0x600000>;
		};

		xbl_aop_mem: xbl_aop_mem@45e00000 {
		xbl_aop_mem: xbl_aop_region@85e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45e00000 0x0 0x140000>;
			reg = <0x0 0x85e00000 0x0 0x140000>;
		};

		sec_apps_mem: sec_apps_region@45fff000 {
		sec_apps_mem: sec_apps_region@85fff000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x45fff000 0x0 0x1000>;
			reg = <0x0 0x85fff000 0x0 0x1000>;
		};

		smem_region: smem@46000000 {
		smem_mem: smem_region@86000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x46000000 0x0 0x200000>;
			reg = <0x0 0x86000000 0x0 0x200000>;
		};

		removed_region: removed_region@46200000 {
		removed_mem: removed_region@a0000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x46200000 0x0 0x3900000>;
			reg = <0x0 0xa0000000 0x0 0x3900000>;
		};

		pil_modem_mem: modem_region@4ab00000 {
		pil_modem_mem: modem_region@8ab00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x4ab00000 0x0 0x7300000>;
			reg = <0x0 0x8ab00000 0x0 0x7300000>;
		};

		pil_video_mem: pil_video_region@51e00000 {
		pil_video_mem: pil_video_region@91e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x51e00000 0x0 0x500000>;
			reg = <0x0 0x91e00000 0x0 0x500000>;
		};

		wlan_msa_mem: wlan_msa_region@52300000 {
		wlan_msa_mem: wlan_msa_region@92300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x52300000 0x0 0x200000>;
			reg = <0x0 0x92300000 0x0 0x200000>;
		};

		pil_cdsp_mem: cdsp_regions@52500000 {
		pil_cdsp_mem: cdsp_regions@92500000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x52500000 0x0 0x1e00000>;
			reg = <0x0 0x92500000 0x0 0x1e00000>;
		};

		pil_adsp_mem: pil_adsp_region@54300000 {
		pil_adsp_mem: pil_adsp_region@94300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x54300000 0x0 0x1e00000>;
			reg = <0x0 0x94300000 0x0 0x1e00000>;
		};

		pil_ipa_fw_mem: ips_fw_region@56100000 {
		pil_ipa_fw_mem: ipa_fw_region@96100000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x56100000 0x0 0x10000>;
			reg = <0x0 0x96100000 0x0 0x10000>;
		};

		pil_ipa_gsi_mem: ipa_gsi_region@56110000 {
		pil_ipa_gsi_mem: ipa_gsi_region@96110000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x56110000 0x0 0x5000>;
			reg = <0x0 0x96110000 0x0 0x5000>;
		};

		pil_gpu_mem: gpu_region@56115000 {
		pil_gpu_mem: gpu_region@96115000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x56115000 0x0 0x2000>;
			reg = <0x0 0x96115000 0x0 0x2000>;
		};

		user_contig_mem: user_contig_region {
@@ -406,10 +406,10 @@
			size = <0x0 0x1000000>;
		};

		cdsp_sec_mem: cdsp_sec_regions@5f800000 {
		cdsp_sec_mem: cdsp_sec_regions@86200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x5f800000 0x0 0x1e00000>;
			reg = <0x0 0x86200000 0x0 0x1e00000>;
		};

		secure_display_memory: secure_display_region {
@@ -1785,7 +1785,7 @@

	smem: qcom,smem {
		compatible = "qcom,smem";
		memory-region = <&smem_region>;
		memory-region = <&smem_mem>;
		hwlocks = <&tcsr_mutex 3>;
	};