Skip to content

Commit

Permalink
overlays: use all seven dwc2 gadget fifos.
Browse files Browse the repository at this point in the history
Linux 4.9 needed fifos to be set to their default values,
 leaving the last one (silently) set to zero size.
From 4.12 Linux allows fifos to be set to any size EXCEPT zero.

Resolves #2390

Signed-off-by: John Greb <[email protected]>
  • Loading branch information
hexameron authored and Phil Elwell committed Mar 21, 2018
1 parent 4ff9ae7 commit e37ab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/dwc2-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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-tx-fifo-size = <512 512 512 512 512 256 256>;
status = "okay";
};
};
Expand Down

0 comments on commit e37ab61

Please sign in to comment.