Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1466074 > unrolled thread
| Started by | Brian Norris <briannorris@chromium.org> |
|---|---|
| First post | 2016-08-19 09:10 +0200 |
| Last post | 2016-08-19 16:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: dt: dwc3: note the supported phy-names Brian Norris <briannorris@chromium.org> - 2016-08-19 09:10 +0200
Re: [PATCH] Documentation: dt: dwc3: note the supported phy-names Rob Herring <robh@kernel.org> - 2016-08-19 16:00 +0200
| From | Brian Norris <briannorris@chromium.org> |
|---|---|
| Date | 2016-08-19 09:10 +0200 |
| Subject | [PATCH] Documentation: dt: dwc3: note the supported phy-names |
| Message-ID | <s7M6d-2to-5@gated-at.bofh.it> |
The dwc3 driver expicitly looks for "usb2-phy" or "usb3-phy", but we
never noted these names in the documentation.
Signed-off-by: Brian Norris <briannorris@chromium.org>
---
Documentation/devicetree/bindings/usb/dwc3.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 7d7ce089b003..2358779cf6cb 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -13,7 +13,8 @@ Optional properties:
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
- phys: from the *Generic PHY* bindings
- - phy-names: from the *Generic PHY* bindings
+ - phy-names: from the *Generic PHY* bindings; supported names are "usb2-phy"
+ or "usb3-phy".
- snps,usb3_lpm_capable: determines if platform is USB3 LPM capable
- snps,disable_scramble_quirk: true when SW should disable data scrambling.
Only really useful for FPGA builds.
--
2.8.0.rc3.226.g39d4020
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-08-19 16:00 +0200 |
| Message-ID | <s7SuZ-6kb-5@gated-at.bofh.it> |
| In reply to | #1466074 |
On Thu, Aug 18, 2016 at 02:37:16PM -0700, Brian Norris wrote: > The dwc3 driver expicitly looks for "usb2-phy" or "usb3-phy", but we > never noted these names in the documentation. > > Signed-off-by: Brian Norris <briannorris@chromium.org> > --- > Documentation/devicetree/bindings/usb/dwc3.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web