From: Roger Quadros <rogerq@ti.com>
To: balbi@ti.com
Cc: George Cherian <george.cherian@ti.com>,
Linux USB Mailing List <linux-usb@vger.kernel.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"ABRAHAM, KISHON VIJAY" <kishon@ti.com>
Subject: Re: dwc3 gadget fails on dra7-evm
Date: Thu, 15 Jan 2015 14:40:13 +0200 [thread overview]
Message-ID: <54B7B52D.6080008@ti.com> (raw)
In-Reply-To: <20150114165733.GC16533@saruman>
On 14/01/15 18:57, Felipe Balbi wrote:
> Hi,
>
> On Wed, Jan 14, 2015 at 05:44:08PM +0200, Roger Quadros wrote:
>> In 3.19-rc4 on dra7-evm or dra72-evm
>>
>> modprobe g_zero
>> [ 34.680683] zero gadget: Gadget Zero, version: Cinco de Mayo 2008
>> [ 34.687074] zero gadget: zero ready
>> [ 34.694133] dwc3 48890000.usb: failed to enable ep0out
>> [ 34.701600] zero 48890000.usb: failed to start zero: -110
>> ERROR: could not insert 'g_zero': Connection timed out
>>
>> my u-boot version is v2015.01
>
> hmm... it could be that DRA7x also needs the suspend phy quirk. Can you
> try this ?
The issue goes away with this patch. Thanks.
cheers,
-roger
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 22771bc1643a..63f8b007bdc5 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1257,6 +1257,8 @@
> tx-fifo-resize;
> maximum-speed = "super-speed";
> dr_mode = "otg";
> + snps,dis_u3_susphy_quirk;
> + snps,dis_u2_susphy_quirk;
> };
> };
>
> @@ -1278,6 +1280,8 @@
> tx-fifo-resize;
> maximum-speed = "high-speed";
> dr_mode = "otg";
> + snps,dis_u3_susphy_quirk;
> + snps,dis_u2_susphy_quirk;
> };
> };
>
> @@ -1299,6 +1303,8 @@
> tx-fifo-resize;
> maximum-speed = "high-speed";
> dr_mode = "otg";
> + snps,dis_u3_susphy_quirk;
> + snps,dis_u2_susphy_quirk;
> };
> };
>
>
> Weird, I remeber testing on X15 and not needing this quirk :-s
>
next prev parent reply other threads:[~2015-01-15 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-14 15:44 dwc3 gadget fails on dra7-evm Roger Quadros
2015-01-14 16:57 ` Felipe Balbi
2015-01-15 12:40 ` Roger Quadros [this message]
2015-01-15 15:31 ` Felipe Balbi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54B7B52D.6080008@ti.com \
--to=rogerq@ti.com \
--cc=balbi@ti.com \
--cc=george.cherian@ti.com \
--cc=kishon@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.