From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752480AbaB1Ogx (ORCPT ); Fri, 28 Feb 2014 09:36:53 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:22406 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956AbaB1Ogv (ORCPT ); Fri, 28 Feb 2014 09:36:51 -0500 Message-ID: <53109F03.6060506@atmel.com> Date: Fri, 28 Feb 2014 15:36:51 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Alexandre Belloni CC: , , , Rob Landley , "Jean-Christophe Plagniol-Villard" , Felipe Balbi , "Maxime Ripard" , Gregory Clement Subject: Re: [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning References: <1393515910-15837-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1393515910-15837-1-git-send-email-alexandre.belloni@free-electrons.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/02/2014 16:45, Alexandre Belloni : > atmel,at91sam9rl-udc is a USB gadget, it has now means to control vbus. s/now/no/ > atmel,vbus-gpio is in fact used to detect the presence of vbus. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bindings/usb/atmel-usb.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt > index 55f51af08bc7..bc2222ca3f2a 100644 > --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt > +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt > @@ -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. > -- Nicolas Ferre