]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[karo-tx-linux.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 };