From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933732AbdBQKIA (ORCPT ); Fri, 17 Feb 2017 05:08:00 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33393 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932716AbdBQKH4 (ORCPT ); Fri, 17 Feb 2017 05:07:56 -0500 Date: Fri, 17 Feb 2017 11:07:43 +0100 (CET) From: Hans Ulli Kroll X-X-Sender: elektroman@T420s To: Rob Herring cc: Hans Ulli Kroll , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Greg Kroah-Hartman , Mark Rutland , Linus Walleij Subject: Re: [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller In-Reply-To: <20170215230042.4m3niqf5wizbrgb4@rob-hp-laptop> Message-ID: References: <20170208200010.21522-1-ulli.kroll@googlemail.com> <20170208200010.21522-3-ulli.kroll@googlemail.com> <20170215230042.4m3niqf5wizbrgb4@rob-hp-laptop> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On Wed, 15 Feb 2017, Rob Herring wrote: > On Wed, Feb 08, 2017 at 09:00:09PM +0100, Hans Ulli Kroll wrote: > > This adds DT bindings for the Faraday FOTG2 host controller. > > > > Signed-off-by: Hans Ulli Kroll > > --- > > Documentation/devicetree/bindings/usb/fotg2-host.txt | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/usb/fotg2-host.txt > > > > diff --git a/Documentation/devicetree/bindings/usb/fotg2-host.txt b/Documentation/devicetree/bindings/usb/fotg2-host.txt > > new file mode 100644 > > index 000000000000..4c07566a4bf5 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/usb/fotg2-host.txt > > @@ -0,0 +1,15 @@ > > +Faraday FOTG Host controller > > + > > +Required properties: > > + > > +- compatible: should be "faraday,fotg210-hcd" > > hcd as in "host controller driver"? Bindings describe h/w not drivers. > > It's an OTG controller or host controller? > here only the host controller part used. faraday fotg2 is a dual role hcd/otg device and here is only the host part used. Greetings ans Ulli Kroll