diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2013-07-30 09:47:57 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-30 09:59:43 +0300 |
commit | b27f274d358b2bf51fa052c196090f8acd1f35d6 (patch) | |
tree | 280b6936ffbdb0a8d577a8e059627805f9a8a4bf /Documentation/devicetree | |
parent | 9cf7b244187bba5964d4bf7438946baa2a974466 (diff) | |
download | linux-b27f274d358b2bf51fa052c196090f8acd1f35d6.tar.bz2 |
usb: tegra: Fix typo in tegra20-usb-phy documentation
The device tree binding documentation for tegra20-usb-phy used to claim
that the vbus-supply property is required for host phys and optional
for otg phys. This should be the other way around.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt b/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt index 59c48542abb9..4c8ade8b340b 100644 --- a/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt +++ b/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt @@ -48,5 +48,5 @@ Optional properties: peripheral means it is device controller otg means it can operate as either ("on the go") -VBUS control (required for dr_mode == host, optional for dr_mode == otg): +VBUS control (required for dr_mode == otg, optional for dr_mode == host): - vbus-supply: regulator for VBUS |