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

Commit 98212357 authored by Sandya Chikka's avatar Sandya Chikka Committed by Gerrit - the friendly Code Review server
Browse files

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



Add and configures the DMA engine device for BLSP1 and BLSP2.

Signed-off-by: default avatarSandya Chikka <sandyachikka@codeaurora.org>
Change-Id: I9ff70db656f99accae703fbd5577a4d656fa68f5
parent c025b09c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -202,6 +202,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>;