Skip to content

Commit

Permalink
Overlays: rework dwc2 gadget fifo sizes for Linux-4.12
Browse files Browse the repository at this point in the history
Signed-off-by: John Greb <[email protected]>
  • Loading branch information
hexameron authored and hexameron committed May 27, 2017
1 parent aececb2 commit 3ed03d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/overlays/dwc2-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
reg = <0x7e980000 0x10000>;
interrupts = <1 9>;
dr_mode = "otg";
g-np-tx-fifo-size = <32>;
g-rx-fifo-size = <256>;
g-tx-fifo-size = <512 512 512 512 512 768>;
g-np-tx-fifo-size = <16>;
g-rx-fifo-size = <976>;
g-tx-fifo-size = <512 512 512 512 512 256 256>;
status = "okay";
};
};
Expand Down

0 comments on commit 3ed03d2

Please sign in to comment.