From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 29 Sep 2014 10:04:25 -0700 Subject: [U-Boot] [PATCH] usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED In-Reply-To: <201409291643.00707.marex@denx.de> References: <20140929012119.GA21079@saruman> <1411954514-18549-1-git-send-email-eric.nelson@boundarydevices.com> <20140929140119.GC32403@saruman> <201409291643.00707.marex@denx.de> Message-ID: <54299119.1080408@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks Marek and Felipe, On 09/29/2014 07:43 AM, Marek Vasut wrote: > On Monday, September 29, 2014 at 04:01:19 PM, Felipe Balbi wrote: >> On Sun, Sep 28, 2014 at 06:35:14PM -0700, Eric Nelson wrote: >>> Force full-speed (12 Mbit/s) operation if CONFIG_USB_GADGET_DUALSPEED >>> is not defined. >>> >>> The controller is capable of high-speed (480 Mbit/s) operation, >>> but some designs may require the use of lower-speed operation. >>> >>> Signed-off-by: Eric Nelson >> >> Reviewed-by: Felipe Balbi > > Acked-by: Marek Vasut > > This looks good indeed > We've found that it comes in handy, especially in prototypes of SOM carrier boards, where the USB signals tend to take some twisty routes. Regards, Eric