diff options
author | Matt Porter <mporter@linaro.org> | 2014-04-24 13:12:56 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-05-28 12:17:05 -0400 |
commit | 9d4bde5fab13615a619ae74deb1a159c68506780 (patch) | |
tree | 70888f8c7deb54851f0239f9eaed43d9b8a56785 /Documentation | |
parent | aa10537f62f2d508f68195b496d9a9021f5d2eff (diff) |
dt: bindings: dwc2: fix required value for the phy-names property
"7408484 usb: gadget: s3c-hsotg: enable generic phy support" introduces
generic phy support to the dwc2.txt binding and the s3c-hsotg driver
which implements support for the binding. The binding documentation
incorrectly states that the phy-names property will be "device". The
binding example, driver, and one dts user all implement the phy-names
property as requiring "usb2-phy".
Fix the dwc2.txt binding documentation to correctly specify "usb2-phy"
as the appropriate value for phy-names.
Reported-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index b8b6871f116f..467ddd15d40c 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt | |||
@@ -13,7 +13,7 @@ Refer to clk/clock-bindings.txt for generic clock consumer properties | |||
13 | 13 | ||
14 | Optional properties: | 14 | Optional properties: |
15 | - phys: phy provider specifier | 15 | - phys: phy provider specifier |
16 | - phy-names: shall be "device" | 16 | - phy-names: shall be "usb2-phy" |
17 | Refer to phy/phy-bindings.txt for generic phy consumer properties | 17 | Refer to phy/phy-bindings.txt for generic phy consumer properties |
18 | 18 | ||
19 | Example: | 19 | Example: |