From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Rolf Peukert <rolf.peukert-cSCHQGRfioA@public.gmane.org>,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 5/5] Add information about the new DT device name
Date: Fri, 23 Oct 2015 22:40:48 +0300 [thread overview]
Message-ID: <562A8D40.90101@cogentembedded.com> (raw)
In-Reply-To: <562A58DF.5020706-cSCHQGRfioA@public.gmane.org>
Hello.
On 10/23/2015 06:57 PM, Rolf Peukert wrote:
> Add some information about the new device name to the DT documentation.
>
> Signed-off-by: Rolf Peukert <rolf.peukert-cSCHQGRfioA@public.gmane.org>
> ---
> Documentation/devicetree/bindings/usb/omap-usb.txt | 35
> ++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt
> b/Documentation/devicetree/bindings/usb/omap-usb.txt
> index 38d9bb8..cf98f61 100644
> --- a/Documentation/devicetree/bindings/usb/omap-usb.txt
> +++ b/Documentation/devicetree/bindings/usb/omap-usb.txt
> @@ -78,3 +78,38 @@ omap_dwc3 {
> ranges;
> };
>
> +AM35x MUSB GLUE
> + - compatible : Should be "ti,am35x-musb"
Wildcards in "compatible" are not allowed; you should select a "least
common denominator" model and use it.
> + - ti,hwmods : must be "am35x_otg_hs"
> + - multipoint : Should be "1" indicating the musb controller supports
> + multipoint. This is a MUSB configuration-specific setting.
Hm, I would think this should be boolean prop...
> + - num-eps : Specifies the number of endpoints. This is also a
> + MUSB configuration-specific setting. Should be set to "16"
> + - ram-bits : Specifies the ram address size. Should be set to "12"
> + - interface-type : Should be set to "1". (The AM35xx SOCs feature an
> + integrated phy, connected via UTMI+)
Again, maybe boolean?
> + - mode : Should be "3" to represent OTG. "1" signifies HOST and "2"
There's already standardized "dr_mode" prop for that.
> + represents PERIPHERAL.
> + - power : Should be "50". This signifies the controller can supply up to
> + 100mA when operating in host mode.
Why not just exparess it in mA?
MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2015-10-23 19:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 15:42 [PATCH 0/5] Device tree support for AM35xx M-USB driver Rolf Peukert
[not found] ` <562A557B.4090501-cSCHQGRfioA@public.gmane.org>
2015-10-23 15:44 ` [PATCH 1/5] Make am35x helper function declarations accessible Rolf Peukert
2015-10-23 15:46 ` [PATCH 2/5] Export am35x helper functions Rolf Peukert
[not found] ` <562A5655.3000406-cSCHQGRfioA@public.gmane.org>
2015-10-24 1:28 ` Tony Lindgren
2015-10-23 15:51 ` [PATCH 3/5] Add device tree support for M-USB on AM35xx SOCs Rolf Peukert
[not found] ` <562A5793.3020200-cSCHQGRfioA@public.gmane.org>
2015-10-28 12:58 ` Sergei Shtylyov
2015-10-23 15:53 ` [PATCH 4/5] Use new MUSB device name in AM3517 device tree Rolf Peukert
2015-10-23 15:57 ` [PATCH 5/5] Add information about the new DT device name Rolf Peukert
[not found] ` <562A58DF.5020706-cSCHQGRfioA@public.gmane.org>
2015-10-23 19:40 ` Sergei Shtylyov [this message]
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=562A8D40.90101@cogentembedded.com \
--to=sergei.shtylyov-m4dtvfq/zs1mrggop+s0pdbpr1lh4cv8@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rolf.peukert-cSCHQGRfioA@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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.