From: Yongtaek Jeon Date: Thu, 19 Dec 2024 09:14:30 +0000 (+0900) Subject: arm64: dts: amlogic: adjust fifo-size for USB X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e9c821d9b15253a23b2afee3b9f11edd67978e4;p=platform%2Fkernel%2Flinux-amlogic.git arm64: dts: amlogic: adjust fifo-size for USB 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 --- diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index d08c97797010..7932d9d0192a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -2461,9 +2461,9 @@ 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 {