Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm283x-rpi-usb-otg.dtsi
1 &usb {
2         dr_mode = "otg";
3         g-rx-fifo-size = <256>;
4         g-np-tx-fifo-size = <32>;
5         /*
6          * According to dwc2 the sum of all device EP
7          * fifo sizes shouldn't exceed 3776 bytes.
8          */
9         g-tx-fifo-size = <256 256 512 512 512 768 768>;
10 };