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

Commit d44cbb1e authored by Andy Gross's avatar Andy Gross
Browse files

Revert "Revert "dts: msm8974: Add blsp2_bam dma node""

This puts back in place the blsp2_bam node.  This can be safely added
due to the addition of the special qcom,controlled-remotely flag that
will be used on specific boards that require it.

This reverts commit 338d5188.
parent 1a695a90
Loading
Loading
Loading
Loading
+11 −1
Original line number Original line Diff line number Diff line
/dts-v1/;
/dts-v1/;


#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/qcom,gcc-msm8974.h>
#include <dt-bindings/clock/qcom,gcc-msm8974.h>
#include "skeleton.dtsi"
#include "skeleton.dtsi"


@@ -518,6 +518,16 @@
			interrupt-controller;
			interrupt-controller;
			#interrupt-cells = <4>;
			#interrupt-cells = <4>;
		};
		};

		blsp2_dma: dma-controller@f9944000 {
			compatible = "qcom,bam-v1.4.0";
			reg = <0xf9944000 0x19000>;
			interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&gcc GCC_BLSP2_AHB_CLK>;
			clock-names = "bam_clk";
			#dma-cells = <1>;
			qcom,ee = <0>;
		};
	};
	};


	smd {
	smd {