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

Commit 34923c5e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: mdm9630: Use OCIMEM memory for QDSS USB Pipe memory"

parents 2b6b536d 50fef4a9
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@
		reg-names = "ssusb";
		interrupts = <0 132 0>;
		interrupt-names = "ssusb";
		qcom,usb-bam-fifo-baseaddr = <0xfe803000>;
		qcom,usb-bam-num-pipes = <16>;
		qcom,ignore-core-reset-ack;
		qcom,disable-clk-gating;
@@ -553,7 +554,7 @@
		};
		qcom,pipe2 {
			label = "ssusb-qdss-in-0";
			qcom,usb-bam-mem-type = <2>;
			qcom,usb-bam-mem-type = <3>;
			qcom,bam-type = <0>;
			qcom,dir = <1>;
			qcom,pipe-num = <0>;
@@ -562,8 +563,10 @@
			qcom,src-bam-pipe-index = <0>;
			qcom,dst-bam-physical-address = <0xf9304000>;
			qcom,dst-bam-pipe-index = <2>;
			qcom,data-fifo-size = <0x700>;
			qcom,descriptor-fifo-size = <0x100>;
			qcom,data-fifo-offset = <0x0>;
			qcom,data-fifo-size = <0xC00>;
			qcom,descriptor-fifo-offset = <0xC00>;
			qcom,descriptor-fifo-size = <0x400>;
			qcom,reset-bam-on-connect;
		};
		qcom,pipe3 {