arm64: dts: amlogic: adjust fifo-size for USB 26/316926/1
authorYongtaek Jeon <ytjeon@samsung.com>
Thu, 19 Dec 2024 09:14:30 +0000 (18:14 +0900)
committerYongtaek Jeon <ytjeon@samsung.com>
Thu, 19 Dec 2024 09:14:30 +0000 (18:14 +0900)
The usb gadget required a larger tx-fifo size than the current
configuration. To address this, the g-rx-fifo-size was reduced from
192 to 168, and a portion of the freed space was allocated to
g-tx-fifo-size, incresing its values to support the usb gadget's
requirements.

Change-Id: I0eddeb26cbcc2e234823b5d58ca6d1fb6778ead3
Signed-off-by: Yongtaek Jeon <ytjeon@samsung.com>
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

index d08c97797010d61bbccf7c7a38199beaf9004b43..7932d9d0192a581034b083be7a0dec209e5499d7 100644 (file)
                                phys = <&usb2_phy1>;
                                phy-names = "usb2-phy";
                                dr_mode = "peripheral";
-                               g-rx-fifo-size = <192>;
+                               g-rx-fifo-size = <168>;
                                g-np-tx-fifo-size = <128>;
-                               g-tx-fifo-size = <128 128 16 16 16>;
+                               g-tx-fifo-size = <128 128 128 16 16>;
                        };
 
                        dwc3: usb@ff500000 {