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

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

Merge "ARM: dts: msm: add mdf memory region on qcs405"

parents 92f6f46d 55852060
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -88,6 +88,14 @@
			size = <0 0x7000000>;
		};

		mdf_mem: mdf_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			alignment = <0 0x400000>;
			size = <0 0x800000>;
		};

		qseecom_mem: qseecom_region {
			compatible = "shared-dma-pool";
			reusable;
@@ -732,6 +740,37 @@
		};
	};

	qcom,msm-mdf-mem {
		compatible = "qcom,msm-mdf-mem-region";
		qcom,msm-mdf-mem-data-size = <0x200000>;
		memory-region = <&mdf_mem>;
	};

	qcom,msm-mdf {
		compatible = "qcom,msm-mdf";

		qcom,msm_mdf_cb1 {
			compatible = "qcom,msm-mdf-cb";
			label = "adsp";
			qcom,smmu-enabled;
		};

		qcom,msm_mdf_cb2 {
			compatible = "qcom,msm-mdf-cb";
			label = "dsps";
		};

		qcom,msm_mdf_cb3 {
			compatible = "qcom,msm-mdf-cb";
			label = "modem";
		};

		qcom,msm_mdf_cb4 {
			compatible = "qcom,msm-mdf-cb";
			label = "cdsp";
		};
	};

	rpm-glink {
		compatible = "qcom,glink-rpm";
		interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;