mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
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>
This commit is contained in:
parent
9cf7b24418
commit
b27f274d35
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ Optional properties:
|
||||||
peripheral means it is device controller
|
peripheral means it is device controller
|
||||||
otg means it can operate as either ("on the go")
|
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
|
- vbus-supply: regulator for VBUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue