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

Commit c7ee72a1 authored by Tarun Gupta's avatar Tarun Gupta
Browse files

ARM: dts: msm: Add bam entry to enable qdss on mpq8092



Add bam pipe entry so that it can be used by QDSS functionality
on mpq8092.

Change-Id: Ie15527e9e5a02441f4d07ed3a9ea8da467bae15a
Signed-off-by: default avatarTarun Gupta <tarung@codeaurora.org>
parent cb544cb0
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -174,6 +174,35 @@
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

	qcom,usbbam@f9a44000 {
		compatible = "qcom,usb-bam-msm";
		reg = <0xf9a44000 0x11000>;
		reg-names = "hsusb";
		interrupts = <0 135 0>;
		interrupt-names = "hsusb";
		qcom,usb-bam-num-pipes = <16>;
		qcom,usb-bam-fifo-baseaddr = <0xfe803000>;
		qcom,ignore-core-reset-ack;
		qcom,disable-clk-gating;

		qcom,pipe0 {
			label = "hsusb-qdss-in-0";
			qcom,usb-bam-mem-type = <3>;
			qcom,bam-type = <1>;
			qcom,dir = <1>;
			qcom,pipe-num = <0>;
			qcom,peer-bam = <1>;
			qcom,src-bam-physical-address = <0xfc37c000>;
			qcom,src-bam-pipe-index = <0>;
			qcom,dst-bam-physical-address = <0xf9a44000>;
			qcom,dst-bam-pipe-index = <2>;
			qcom,data-fifo-offset = <0x0>;
			qcom,data-fifo-size = <0x600>;
			qcom,descriptor-fifo-offset = <0x600>;
			qcom,descriptor-fifo-size = <0x200>;
		};
	};

	usb_otg: usb@f9a55000 {
		compatible = "qcom,hsusb-otg";
		reg = <0xf9a55000 0x400>;