Skip to content

Commit 9530dcf

Browse files
xdarklightkhilman
authored andcommitted
ARM: dts: meson: add the gadget mode properties to the USB0 controller
Testing with a USB RNDIS connection and iperf3 gives the following results: - From the host computer to the device at ~250Mbit/s - From the device to the host computer at ~76Mbit/s Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8f3d9f3 commit 9530dcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/meson.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@
229229
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
230230
phys = <&usb0_phy>;
231231
phy-names = "usb2-phy";
232+
g-rx-fifo-size = <512>;
233+
g-np-tx-fifo-size = <500>;
234+
g-tx-fifo-size = <256 192 128 128 128>;
232235
dr_mode = "host";
233236
status = "disabled";
234237
};

0 commit comments

Comments
 (0)