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

Commit f5a376e5 authored by Sathish Ambley's avatar Sathish Ambley
Browse files

ARM: dts: msm: Update mdsprpc apps CMA region in 8953



Add the entry for mdsprpc mem region that is used for sharing
memory of fastrpc buffers to MDSP processer.

Change-Id: I2c10e95bef80d359a4bb3bfaf231a31d6c5c5771
Acked-by: default avatarHimateja Reddy <hmreddy@qti.qualcomm.com>
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
parent 140e1c89
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -37,5 +37,11 @@
			memory-region = <&qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@22 { /* MODEM HEAP */
			reg = <22>;
			memory-region = <&mdsp_mem>;
			qcom,ion-heap-type = "DMA";
		};
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -83,6 +83,12 @@
			size = <0 0x400000>;
		};

		mdsp_mem: mdsp_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x6400000>;
		};

		dfps_data_mem: dfps_data_mem@90000000 {
		       reg = <0 0x90000000 0 0x1000>;
		       label = "dfps_data_mem";
@@ -1656,6 +1662,11 @@
		memory-region = <&adsp_mem>;
	};

	qcom,mdsprpc-mem {
		compatible = "qcom,msm-mdsprpc-mem-region";
		memory-region = <&mdsp_mem>;
	};

	qcom,adsprpc_domains {
		compatible = "qcom,msm-fastrpc-legacy-compute-cb";
		qcom,msm_fastrpc_compute_cb {