From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 3/4] USB: Palmas OTG Transceiver Driver Date: Tue, 05 Mar 2013 09:48:10 -0700 Message-ID: <513621CA.5010906@wwwdotorg.org> References: <1362493320-13913-1-git-send-email-kishon@ti.com> <1362493320-13913-4-git-send-email-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1362493320-13913-4-git-send-email-kishon@ti.com> Sender: linux-doc-owner@vger.kernel.org To: Kishon Vijay Abraham I Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, balbi@ti.com, gregkh@linuxfoundation.org, s-guiriec@ti.com, gg@slimlogic.co.uk, sameo@linux.intel.com, broonie@opensource.wolfsonmicro.com, ldewangan@nvidia.com, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org List-Id: devicetree@vger.kernel.org On 03/05/2013 07:21 AM, Kishon Vijay Abraham I wrote: > From: Graeme Gregory > > This is the driver for the OTG transceiver built into the Palmas chip. It > handles the various USB OTG events that can be generated by cable > diff --git a/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt b/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt > +palmas-usb { > + compatible = "ti,palmas-usb"; The example should probably demonstrate best DT practices, and include a specific chip name in the compatible value too. In other words, something like: compatible = "ti,twl12345-usb", "ti,palmas-usb";