public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: balbi-l0cyMroinI0@public.gmane.org
Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Mikko Perttunen
	<mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH] Fix switched around host, otg in tegra20-usb-phy documentation
Date: Tue, 30 Jul 2013 09:38:44 +0300	[thread overview]
Message-ID: <1375166324-30521-1-git-send-email-mperttunen@nvidia.com> (raw)
In-Reply-To: <20130730063303.GJ9155@radagast>

Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt b/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt
index 59c4854..4c8ade8 100644
--- a/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt
+++ b/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt
@@ -48,5 +48,5 @@ Optional properties:
       peripheral means it is device controller
       otg means it can operate as either ("on the go")
 
-VBUS control (required for dr_mode == host, optional for dr_mode == otg):
+VBUS control (required for dr_mode == otg, optional for dr_mode == host):
   - vbus-supply: regulator for VBUS
-- 
1.8.1.5

  reply	other threads:[~2013-07-30  6:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 12:33 [PATCH v2 0/3] usb: tegra: Replace nvidia,vbus-gpio property with vbus-supply Mikko Perttunen
     [not found] ` <1372422796-23524-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-06-28 12:33   ` [PATCH v2 1/3] usb: phy,host: tegra: Use regulators instead of GPIOs for USB PHY VBUS Mikko Perttunen
2013-06-28 12:33   ` [PATCH v2 2/3] Documentation: devicetree: phy-tegra-usb: Add vbus-supply property for host mode PHYs Mikko Perttunen
     [not found]     ` <1372422796-23524-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-29 15:24       ` Stephen Warren
     [not found]         ` <51F6893E.6070604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-07-29 21:19           ` Felipe Balbi
2013-07-29 21:23             ` Felipe Balbi
2013-07-29 21:25               ` Stephen Warren
2013-07-30  6:10               ` Mikko Perttunen
     [not found]                 ` <51F758C4.3020906-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-30  6:33                   ` Felipe Balbi
2013-07-30  6:38                     ` Mikko Perttunen [this message]
     [not found]                       ` <1375166324-30521-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-30  6:44                         ` [PATCH] Fix switched around host, otg in tegra20-usb-phy documentation Felipe Balbi
2013-07-30  6:49                           ` Mikko Perttunen
2013-07-30  6:47                     ` [PATCH] usb: tegra: Fix typo " Mikko Perttunen
2013-06-28 12:33   ` [PATCH v2 3/3] ARM: dts: tegra20: Remove obsolete nvidia,vbus-gpio properties Mikko Perttunen
     [not found]     ` <1372422796-23524-4-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-16 17:29       ` Stephen Warren
2013-07-01 21:08   ` [PATCH v2 0/3] usb: tegra: Replace nvidia,vbus-gpio property with vbus-supply Stephen Warren
     [not found]     ` <51D1EFE0.8070107-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-07-02  6:22       ` Mikko Perttunen
2013-07-15 11:57   ` Mikko Perttunen
     [not found]     ` <51E3E3C5.5060906-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-07-15 15:28       ` Stephen Warren

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=1375166324-30521-1-git-send-email-mperttunen@nvidia.com \
    --to=mperttunen-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox