Skip to content

Commit 6827b48

Browse files
hexameronpelwell
authored andcommitted
Match dwc2 device-tree fifo sizes to the hardware values.
Since commit aa381a7 was reverted with 3fa9538 the g-tx-fifo-size array in the device-tree needs to match the preset values in the bcm2835. Resolves #1876
1 parent 28ea32b commit 6827b48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/overlays/dwc2-overlay.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
dr_mode = "otg";
1616
g-np-tx-fifo-size = <32>;
1717
g-rx-fifo-size = <256>;
18-
g-tx-fifo-size = <256 128 128 64 64 64 32>;
18+
g-tx-fifo-size = <512 512 512 512 512 768>;
1919
status = "okay";
2020
};
2121
};
@@ -24,6 +24,5 @@
2424
dr_mode = <&dwc2_usb>, "dr_mode";
2525
g-np-tx-fifo-size = <&dwc2_usb>,"g-np-tx-fifo-size:0";
2626
g-rx-fifo-size = <&dwc2_usb>,"g-rx-fifo-size:0";
27-
g-tx-fifo-size = <&dwc2_usb>,"g-tx-fifo-size:0";
2827
};
2928
};

0 commit comments

Comments
 (0)