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

Commit 521f22ac authored by Sathish Ambley's avatar Sathish Ambley
Browse files

ARM: dts: msm: Adding lpass and secure context banks for sdm845



Add context banks for audio DSP and secure context banks for content
protection functionality.

Change-Id: I2b61cff04957fc304306a362afbffff85e48642e
Acked-by: default avatarViswanatham Paduchuri <vpaduchu@qti.qualcomm.com>
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
parent a66b9ffd
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -1428,6 +1428,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";

@@ -1479,6 +1484,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 {