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

Commit a33c1483 authored by Ankit Gupta's avatar Ankit Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: configure DMA engine for BLSPs of msm8992



Add and configure two DMA engine devices, one for BLSP1 and the
other for BLSP2

Change-Id: Ib1fc57614ae12fcd44e02f63de91dba4fec93f82
Signed-off-by: default avatarAnkit Gupta <ankgupta@codeaurora.org>
parent 7ec67867
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1184,6 +1184,22 @@
		qcom,master-id = <86>;
	};

	dma_blsp1: qcom,sps-dma@f9904000 { /* BLSP1 */
		#dma-cells = <4>;
		compatible = "qcom,sps-dma";
		reg = <0xf9904000 0x19000>;
		interrupts = <0 238 0>;
		qcom,summing-threshold = <10>;
	};

	dma_blsp2: qcom,sps-dma@f9944000 { /* BLSP2 */
		#dma-cells = <4>;
		compatible = "qcom,sps-dma";
		reg = <0xf9944000 0x19000>;
		interrupts = <0 239 0>;
		qcom,summing-threshold = <10>;
	};

	tspp: msm_tspp@f99d8000 {
		compatible = "qcom,msm_tspp";
		reg = <0xf99d8000 0x1000>, /* MSM_TSIF0_PHYS */