linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Nikhil Badola <nikhil.badola@freescale.com>
To: <linuxppc-dev@lists.ozlabs.org>
Cc: Nikhil Badola <nikhil.badola@freescale.com>
Subject: [PATCH] Documentation: dts: fsl-usb: Document USB node compatible string for IP version
Date: Thu, 21 Aug 2014 14:48:47 +0530	[thread overview]
Message-ID: <1408612727-6774-1-git-send-email-nikhil.badola@freescale.com> (raw)

Document compatible string containing IP version in USB device tree node

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
 Documentation/devicetree/bindings/usb/fsl-usb.txt | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/fsl-usb.txt b/Documentation/devicetree/bindings/usb/fsl-usb.txt
index 4779c02..5a3a0a8 100644
--- a/Documentation/devicetree/bindings/usb/fsl-usb.txt
+++ b/Documentation/devicetree/bindings/usb/fsl-usb.txt
@@ -10,7 +10,10 @@ Required properties :
    controllers, or "fsl-usb2-dr" for dual role USB controllers
    or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121.
    Wherever applicable, the IP version of the USB controller should
-   also be mentioned (for eg. fsl-usb2-dr-v2.2 for bsc9132).
+   also be mentioned in another string.
+   For multi port host USB controller with IP version <IP_Ver>, it should be
+   "fsl-usb2-mph-<IP_Ver>". For dual role USB controller with IP version
+   <IP_Ver>, it should be "fsl-usb2-dr-<IP_Ver>".
  - phy_type : For multi port host USB controllers, should be one of
    "ulpi", or "serial". For dual role USB controllers, should be
    one of "ulpi", "utmi", "utmi_wide", or "serial".
@@ -42,9 +45,9 @@ Optional properties :
  - fsl,invert-pwr-fault : boolean; for MPC5121 USB0 only. Indicates
    the PWR_FAULT signal polarity is inverted.
 
-Example multi port host USB controller device node :
+Example multi port host USB controller version 2.5 device node :
 	usb@22000 {
-		compatible = "fsl-usb2-mph";
+		compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph";
 		reg = <22000 1000>;
 		#address-cells = <1>;
 		#size-cells = <0>;
@@ -55,9 +58,9 @@ Example multi port host USB controller device node :
 		port1;
 	};
 
-Example dual role USB controller device node :
+Example dual role USB controller version 2.5 device node :
 	usb@23000 {
-		compatible = "fsl-usb2-dr";
+		compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
 		reg = <23000 1000>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
1.7.11.7

             reply	other threads:[~2014-08-21  9:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21  9:18 Nikhil Badola [this message]
2014-08-21 22:22 ` [PATCH] Documentation: dts: fsl-usb: Document USB node compatible string for IP version Scott Wood
2014-08-22  4:48   ` nikhil.badola
2014-08-22  5:05     ` Ramneek Mehresh
2014-08-26 22:53       ` Scott Wood
2014-08-27  5:46         ` Ramneek Mehresh
2014-08-27 23:34           ` Scott Wood

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=1408612727-6774-1-git-send-email-nikhil.badola@freescale.com \
    --to=nikhil.badola@freescale.com \
    --cc=linuxppc-dev@lists.ozlabs.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;
as well as URLs for NNTP newsgroup(s).