]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/DT: atmel_usba correct atmel,vbus-gpio meaning
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 27 Feb 2014 15:45:10 +0000 (16:45 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 12 Mar 2014 10:45:08 +0000 (11:45 +0100)
atmel,at91sam9rl-udc is a USB gadget, it has no means to control vbus.
atmel,vbus-gpio is in fact used to detect the presence of vbus.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: modify the commit message]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Documentation/devicetree/bindings/usb/atmel-usb.txt

index 55f51af08bc7cf22de68f8d13e12a380c3155c71..bc2222ca3f2ad8bf0e1e173be5a63a5d09fc76a6 100644 (file)
@@ -57,8 +57,8 @@ Required properties:
  - ep childnode: To specify the number of endpoints and their properties.
 
 Optional properties:
- - atmel,vbus-gpio: If present, specifies a gpio that needs to be
-   activated for the bus to be powered.
+ - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
+   vbus is present (USB is connected).
 
 Required child node properties:
  - name: Name of the endpoint.