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

Commit 2f6db199 authored by Sandya Chikka's avatar Sandya Chikka
Browse files

ARM: dts: msm: configure DMA engine for BLSP of msmtitanium



Add and configure the DMA engine devices for BLSP1 and BLSP2.

Signed-off-by: default avatarSandya Chikka <sandyachikka@codeaurora.org>
Change-Id: I84e6d7cb2c43fa084a772d5be76314c591bf01c1
parent 41747adc
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -224,6 +224,22 @@
		clock-names = "core_clk", "iface_clk";
	};

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

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

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;