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

Commit b0b97f49 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 msm8994



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

Change-Id: Ia4ff3f659d55a48437b765549d9cc0a6ff754a94
Signed-off-by: default avatarAnkit Gupta <ankgupta@codeaurora.org>
parent ce483cbe
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -2416,6 +2416,23 @@
		status = "disabled";
	};

	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>;
	};


	i2c_2: i2c@f9924000 { /* BLSP1 QUP2 */
		compatible = "qcom,i2c-msm-v2";
		#address-cells = <1>;