From 6c27b81f5352c79998e0fe7fe34716e1680b1be1 Mon Sep 17 00:00:00 2001 From: Leo Yan Date: Tue, 3 Nov 2015 15:48:03 +0800 Subject: [PATCH] arm64: dts: configure endpoints for USB tx When enable ethernet on USB, found usually it will disconnect after a while. Finally found this issue is casued by DT only configured first endpoint; but actually etherne on USB function driver need use two endpoints. Signed-off-by: Leo Yan --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 6022b4e8bdc65d..dcf135ce3becb2 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -1168,7 +1168,7 @@ g-use-dma; g-rx-fifo-size = <512>; g-np-tx-fifo-size = <128>; - g-tx-fifo-size = <128>; + g-tx-fifo-size = <128 128 128 128 128 128>; interrupts = <0 77 0x4>; }; };