diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-12-12 16:08:26 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-12 19:13:26 +0100 |
commit | 6b1b0fe0698f0e4d528a33f43d5c56f7e6e8f756 (patch) | |
tree | 0ff5f2c77b0556d7b68beff7f52be1f9e31194d6 | |
parent | usb: renesas_usbhs: kill dead code in usbhs_probe() (diff) | |
download | linux-6b1b0fe0698f0e4d528a33f43d5c56f7e6e8f756.tar.xz linux-6b1b0fe0698f0e4d528a33f43d5c56f7e6e8f756.zip |
Documentation: usb: phy: nop: Fix the description of 'vcc-supply'
Since bd27fa44e13830d2b ("usb: phy: generic: Don't use regulator framework for
RESET line") we no longer model the reset line as a regulator supply, so
adapt the documentation accordingly.
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt index 1bd37faba05b..8db5b33d6fdc 100644 --- a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt +++ b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.txt @@ -13,7 +13,7 @@ Optional properties: - clock-frequency: the clock frequency (in Hz) that the PHY clock must be configured to. -- vcc-supply: phandle to the regulator that provides RESET to the PHY. +- vcc-supply: phandle to the regulator that provides power to the PHY. - reset-gpios: Should specify the GPIO for reset. |