All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: core: clarify usb-phy array binding
@ 2013-08-09 15:40 Kumar Gala
  2013-08-09 16:28 ` Mark Rutland
  0 siblings, 1 reply; 13+ messages in thread
From: Kumar Gala @ 2013-08-09 15:40 UTC (permalink / raw)
  To: balbi, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Kumar Gala
  Cc: devicetree, linux-usb, linux-kernel

The binding spec wasn't clear that the order of the phandles in the
usb-phy array has meaning.  Clarify this point in the binding that
it should be <USB2-HS-PHY, USB3-SS-PHY>.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 Documentation/devicetree/bindings/usb/dwc3.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 7a95c65..8a9770b 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -6,7 +6,9 @@ Required properties:
  - compatible: must be "synopsys,dwc3"
  - reg : Address and length of the register set for the device
  - interrupts: Interrupts used by the dwc3 controller.
- - usb-phy : array of phandle for the PHY device
+ - usb-phy : array of phandle for the PHY device.  The first element
+   in the array is expected to be a handle to the USB2/HS PHY and
+   the second element is expected to be a handle to the USB3/SS PHY
 
 Optional properties:
  - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-18 16:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-09 15:40 [PATCH] usb: dwc3: core: clarify usb-phy array binding Kumar Gala
2013-08-09 16:28 ` Mark Rutland
2013-08-09 18:42   ` Kumar Gala
2013-08-12 18:05     ` Felipe Balbi
2013-08-13 13:34       ` Mark Rutland
2013-08-27 18:53         ` Felipe Balbi
2013-08-28 16:01           ` Mark Rutland
2013-09-18 14:21             ` Felipe Balbi
2013-09-18 14:21               ` Felipe Balbi
2013-09-18 16:46               ` Mark Rutland
2013-09-18 16:46                 ` Mark Rutland
2013-09-18 16:56                 ` Felipe Balbi
2013-09-18 16:56                   ` Felipe Balbi

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.