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

Commit 0973402f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Adding lpass and secure context banks for sdm845" into msm-4.9

parents b205a1ee 521f22ac
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -1508,6 +1508,11 @@
		qcom,proc-img-to-load = "cdsp";
	};

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

	qcom,msm_fastrpc {
		compatible = "qcom,msm-fastrpc-compute";

@@ -1559,6 +1564,32 @@
			iommus = <&apps_smmu 0x1408>,
				 <&apps_smmu 0x1428>;
		};
		qcom,msm_fastrpc_compute_cb9 {
			compatible = "qcom,msm-fastrpc-compute-cb";
			label = "cdsprpc-smd";
			qcom,secure-context-bank;
			iommus = <&apps_smmu 0x1409>,
				 <&apps_smmu 0x1419>,
				 <&apps_smmu 0x1429>;
		};
		qcom,msm_fastrpc_compute_cb10 {
			compatible = "qcom,msm-fastrpc-compute-cb";
			label = "cdsprpc-smd";
			qcom,secure-context-bank;
			iommus = <&apps_smmu 0x140A>,
				 <&apps_smmu 0x141A>,
				 <&apps_smmu 0x142A>;
		};
		qcom,msm_fastrpc_compute_cb11 {
			compatible = "qcom,msm-fastrpc-compute-cb";
			label = "adsprpc-smd";
			iommus = <&apps_smmu 0x1823>;
		};
		qcom,msm_fastrpc_compute_cb12 {
			compatible = "qcom,msm-fastrpc-compute-cb";
			label = "adsprpc-smd";
			iommus = <&apps_smmu 0x1824>;
		};
	};

	qcom,msm-imem@146bf000 {