Skip to content
Snippets Groups Projects
Commit 283b421d authored by Arumuga Durai A's avatar Arumuga Durai A Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update usbbam device node bam-type


"bam-type"is the property of USBBAM now and can be moved
to USBBAM node. With out this bam drivers prints error
message with  missing bam-type in device-tree. Hence move
bam-type property from pipe node to usbbam node and also
fix "peer-bam", "usb-bam-mem-type" properties for qdds
pipe node.

CRs-Fixed: 1038584
Change-Id: I47e43788f70300002da20230294cc4427adf10cd
Signed-off-by: default avatarArumuga Durai A <cadurai@codeaurora.org>
parent 5f50ef82
Branches
Tags
No related merge requests found
...@@ -940,27 +940,26 @@ ...@@ -940,27 +940,26 @@
reg-names = "hsusb"; reg-names = "hsusb";
interrupts = <0 135 0>; interrupts = <0 135 0>;
interrupt-names = "hsusb"; interrupt-names = "hsusb";
qcom,bam-type = <1>;
qcom,usb-bam-num-pipes = <2>; qcom,usb-bam-num-pipes = <2>;
qcom,usb-bam-fifo-baseaddr = <0x08603800>; qcom,usb-bam-fifo-baseaddr = <0x08603800>;
qcom,ignore-core-reset-ack; qcom,ignore-core-reset-ack;
qcom,disable-clk-gating; qcom,disable-clk-gating;
qcom,reset-bam-on-disconnect;
qcom,pipe0 { qcom,pipe0 {
label = "hsusb-qdss-in-0"; label = "hsusb-qdss-in-0";
qcom,usb-bam-mem-type = <3>; qcom,usb-bam-mem-type = <2>;
qcom,bam-type = <1>;
qcom,dir = <1>; qcom,dir = <1>;
qcom,pipe-num = <0>; qcom,pipe-num = <0>;
qcom,peer-bam = <1>; qcom,peer-bam = <0>;
qcom,src-bam-physical-address = <0x884000>; qcom,peer-bam-physical-address = <0x884000>;
qcom,src-bam-pipe-index = <0>; qcom,src-bam-pipe-index = <0>;
qcom,dst-bam-physical-address = <0x78c4000>;
qcom,dst-bam-pipe-index = <0>; qcom,dst-bam-pipe-index = <0>;
qcom,data-fifo-offset = <0x0>; qcom,data-fifo-offset = <0x0>;
qcom,data-fifo-size = <0x600>; qcom,data-fifo-size = <0x600>;
qcom,descriptor-fifo-offset = <0x600>; qcom,descriptor-fifo-offset = <0x600>;
qcom,descriptor-fifo-size = <0x200>; qcom,descriptor-fifo-size = <0x200>;
qcom,reset-bam-on-connect;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment