]> git.baikalelectronics.ru Git - kernel.git/commit
dt: bindings: dwc2: fix required value for the phy-names property
authorMatt Porter <mporter@linaro.org>
Thu, 24 Apr 2014 17:12:56 +0000 (13:12 -0400)
committerRob Herring <robh@kernel.org>
Wed, 28 May 2014 16:17:05 +0000 (11:17 -0500)
commit40053c79c3bbf8f8ae07d67e6ddd1ddd50a6462d
tree70888f8c7deb54851f0239f9eaed43d9b8a56785
parente43029fc6329e41b04615618f6f6b316823a4a6a
dt: bindings: dwc2: fix required value for the phy-names property

"7598794 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>
Documentation/devicetree/bindings/usb/dwc2.txt