From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org
Subject: Re: [PATCH v3 1/5] doc: dt-binding: ci-hdrc-usb2: split vendor specific properties
Date: Mon, 21 Sep 2015 10:08:10 -0500 [thread overview]
Message-ID: <56001D5A.40200@kernel.org> (raw)
In-Reply-To: <1442796186-2574-2-git-send-email-peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
On 09/20/2015 07:43 PM, Peter Chen wrote:
> Each vendor may have its specific properties, they are not belonged
> to common optional properties, split them from common's.
>
> Signed-off-by: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
> Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
> index 77946f5..27dc705 100644
> --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
> @@ -27,10 +27,6 @@ Optional properties:
> - vbus-supply: reference to the VBUS regulator
> - maximum-speed: limit the maximum connection speed to "full-speed".
> - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
> -- fsl,usbmisc: (FSL only) phandler of non-core register device, with one
> - argument that indicate usb controller index
> -- disable-over-current: (FSL only) disable over current detect
> -- external-vbus-divider: (FSL only) enables off-chip resistor divider for Vbus
> - itc-setting: interrupt threshold control register control, the setting
> should be aligned with ITC bits at register USBCMD.
> - ahb-burst-config: it is vendor dependent, the required value should be
> @@ -54,6 +50,12 @@ Optional properties:
> - phy-clkgate-delay-us: the delay time (us) between putting the PHY into
> low power mode and gating the PHY clock.
>
> +i.mx specific properties
> +- fsl,usbmisc: phandler of non-core register device, with one
> + argument that indicate usb controller index
> +- disable-over-current: disable over current detect
> +- external-vbus-divider: enables off-chip resistor divider for Vbus
> +
> Example:
>
> usb@f7ed0000 {
>
--
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
next prev parent reply other threads:[~2015-09-21 15:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 0:43 [PATCH v3 0/5] usb: change clock information for chipidea Peter Chen
2015-09-21 0:43 ` [PATCH v3 2/5] ARM: dts: imx27.dtsi: change the clock information for usb Peter Chen
2015-09-21 0:43 ` Peter Chen
2015-09-21 0:43 ` [PATCH v3 5/5] usb: chipidea: imx: refine clock operations to adapt for all platforms Peter Chen
2015-09-21 0:43 ` Peter Chen
[not found] ` <1442796186-2574-1-git-send-email-peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-09-21 0:43 ` [PATCH v3 1/5] doc: dt-binding: ci-hdrc-usb2: split vendor specific properties Peter Chen
[not found] ` <1442796186-2574-2-git-send-email-peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-09-21 15:08 ` Rob Herring [this message]
2015-09-21 0:43 ` [PATCH v3 3/5] ARM: dts: imx25.dtsi: change the clock information for usb Peter Chen
2015-09-21 0:43 ` [PATCH v3 4/5] ARM: dts: imx35.dtsi: " Peter Chen
2015-09-22 0:49 ` [PATCH v3 0/5] usb: change clock information for chipidea Fabio Estevam
[not found] ` <CAOMZO5BG9=m18tLqtv8Dsg6bEQVtzGMC2e1oOfHQ__aknW1Mjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-21 23:56 ` Peter Chen
2015-09-30 2:10 ` Shawn Guo
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=56001D5A.40200@kernel.org \
--to=robh-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=shawn.guo-QSEj5FYQhm4dnm+yROfE0A@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.