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

Commit a1d0103e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add memory regions on lito"

parents b4e6d46f d96beabd
Loading
Loading
Loading
Loading
+131 −0
Original line number Diff line number Diff line
@@ -328,6 +328,137 @@
		method = "smc";
	};

	reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		hyp_mem: hyp_region@80000000 {
			no-map;
			reg = <0x0 0x80000000 0x0 0x600000>;
		};

		xbl_aop_mem: xbl_aop_region@80700000 {
			no-map;
			reg = <0x0 0x80700000 0x0 0x120000>;
		};

		cmd_db: reserved-memory@80820000 {
			reg = <0x0 0x80820000 0x0 0x20000>;
			compatible = "qcom,cmd-db";
			no-map;
		};

		sec_apps_mem: sec_apps_region@808ff000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x808ff000 0x0 0x1000>;
		};

		smem_mem: smem_region@80900000 {
			no-map;
			reg = <0x0 0x80900000 0x0 0x200000>;
		};

		removed_mem: removed_region@80b00000 {
			no-map;
			reg = <0x0 0x80b00000 0x0 0xc00000>;
		};

		qtee_apps_mem: qtee_apps_region@81e00000 {
			no-map;
			reg = <0x0 0x81e00000 0x0 0x2600000>;
		};

		modem_wlan_mem: modem_wlan_region@86000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x86000000 0x0 0xbe00000>;
		};

		pil_camera_mem: pil_camera_region@91e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x91e00000 0x0 0x500000>;
		};

		pil_npu_mem: pil_npu_region@92300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x92300000 0x0 0x500000>;
		};

		pil_video_mem: pil_video_region@92800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x92800000 0x0 0x500000>;
		};

		pil_cvp_mem: pil_cvp_region@92d00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x92d00000 0x0 0x500000>;
		};

		pil_cdsp_mem: pil_cdsp_region@93200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x93200000 0x0 0x1e00000>;
		};

		pil_adsp_mem: pil_adsp_region@95000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x95000000 0x0 0x2800000>;
		};

		pil_wlan_fw_mem: pil_wlan_fw_region@97800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x97800000 0x0 0x200000>;
		};

		pil_ipa_fw_mem: pil_ipa_fw_region@97a00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x97a00000 0x0 0x10000>;
		};

		pil_ipa_gsi_mem: pil_ipa_gsi_region@97a10000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x97a10000 0x0 0x5000>;
		};

		pil_gpu_mem: pil_gpu_region@97a15000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x97a15000 0x0 0x2000>;
		};

		qseecom_mem: qseecom_mem_region@9e000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x9e000000 0x0 0x1400000>;
		};

		cdsp_sec_mem: cdsp_sec_regions@9f400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x9f400000 0x0 0xc00000>;
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			alignment = <0x0 0x400000>;
			size = <0x0 0x2000000>;
			linux,cma-default;
		};
	};

	chosen {
		bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
	};