]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: rockchip: Add dwc2 otg fifo siztes for RK3128
authorAlex Bee <knaerzche@gmail.com>
Sun, 19 Nov 2023 12:13:39 +0000 (13:13 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 20 Nov 2023 14:45:02 +0000 (15:45 +0100)
The driver currently won't probe correctly if those values are missing.
They have been taken from dowstream kernel and match those of other
Rockchip SoCs.

Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20231119121340.109025-5-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3128.dtsi

index a057e52a0fb59f975bc98b020cffe01e89979aad..b5dac1322631235de190452991b0a0dccba78cec 100644 (file)
                clocks = <&cru HCLK_OTG>;
                clock-names = "otg";
                dr_mode = "otg";
+               g-np-tx-fifo-size = <16>;
+               g-rx-fifo-size = <280>;
+               g-tx-fifo-size = <256 128 128 64 32 16>;
                phys = <&usb2phy_otg>;
                phy-names = "usb2-phy";
                status = "disabled";