All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm283x: Fix fifo size for EP 6,7
@ 2017-10-07 10:16 Stefan Wahren
       [not found] ` <1507371414-21688-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Wahren @ 2017-10-07 10:16 UTC (permalink / raw)
  To: Eric Anholt, Rob Herring, Mark Rutland
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

In case the RPi Zero has at least a device connected to the OTG port
at boot time, the upper limit of tx fifo size for endpoint 6 and 7 is
also reduced to 512 bytes. So fix this accordingly.

Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
Fixes: 1aa1d858f582 ("ARM: dts: bcm283x: Add dtsi for OTG mode")
---
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi b/arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi
index e7d217c..b9dff34 100644
--- a/arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi
+++ b/arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi
@@ -6,5 +6,5 @@
 	 * According to dwc2 the sum of all device EP
 	 * fifo sizes shouldn't exceed 3776 bytes.
 	 */
-	g-tx-fifo-size = <256 256 512 512 512 768 768>;
+	g-tx-fifo-size = <256 256 512 512 512 512 512>;
 };
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-22 11:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-07 10:16 [PATCH] ARM: dts: bcm283x: Fix fifo size for EP 6,7 Stefan Wahren
     [not found] ` <1507371414-21688-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2017-10-27 20:58   ` Stefan Wahren
     [not found]     ` <160210128.18582.1509137904239-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2017-10-31  0:40       ` Eric Anholt
     [not found]         ` <871slkw3ms.fsf-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2017-10-31  8:43           ` Stefan Wahren
     [not found]             ` <1506055926.93787.1509439381859-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2017-11-16 22:33               ` Stefan Wahren
2017-11-17  7:48                 ` Minas Harutyunyan
     [not found]                   ` <410670D7E743164D87FA6160E7907A560113A3F8F0-ouFQeoKRuQ8bQ7k9MBbv4fufCSb+aD3WLzEdoUbNIic@public.gmane.org>
2017-11-18 20:21                     ` Stefan Wahren
     [not found]                       ` <410670D7E743164D87FA6160E7907A560113A409A8@am04wembxa.internal.synopsys.com>
     [not found]                         ` <410670D7E743164D87FA6160E7907A560113A409A8-ouFQeoKRuQ8bQ7k9MBbv4fufCSb+aD3WLzEdoUbNIic@public.gmane.org>
2017-11-20 12:48                           ` Stefan Wahren
2017-11-21 12:02                             ` Minas Harutyunyan
     [not found]                               ` <410670D7E743164D87FA6160E7907A560113A41084-ouFQeoKRuQ8bQ7k9MBbv4fufCSb+aD3WLzEdoUbNIic@public.gmane.org>
2017-11-22 11:21                                 ` Stefan Wahren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.