From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752334AbaCFM2z (ORCPT ); Thu, 6 Mar 2014 07:28:55 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:53458 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbaCFM2w (ORCPT ); Thu, 6 Mar 2014 07:28:52 -0500 Message-ID: <531869F4.8060601@ti.com> Date: Thu, 6 Mar 2014 17:58:36 +0530 From: George Cherian User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Roger Quadros , , , , CC: , , , , , , , , , , , Subject: Re: [PATCH 5/5] doc: Add "ti,am437x-dwc3" comaptible for dwc3 glue References: <1393854834-23810-1-git-send-email-george.cherian@ti.com> <1393854834-23810-6-git-send-email-george.cherian@ti.com> <531837F0.607@ti.com> In-Reply-To: <531837F0.607@ti.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Roger, On 3/6/2014 2:25 PM, Roger Quadros wrote: > On 03/03/2014 03:53 PM, George Cherian wrote: >> Add the compatible "ti,am437x-dwc3" for dwc3 glue driver. >> >> Signed-off-by: George Cherian >> --- >> Documentation/devicetree/bindings/usb/omap-usb.txt | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > The patch order could be the rearranged so that this appears before the > am437x bindings are used. > > cheers, > -roger okay will do in v2 >> diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt b/Documentation/devicetree/bindings/usb/omap-usb.txt >> index c495135..1d38569 100644 >> --- a/Documentation/devicetree/bindings/usb/omap-usb.txt >> +++ b/Documentation/devicetree/bindings/usb/omap-usb.txt >> @@ -44,7 +44,9 @@ Board specific device node entry >> }; >> >> OMAP DWC3 GLUE >> - - compatible : Should be "ti,dwc3" >> + - compatible : Should be >> + * "ti,dwc3" for OMAP5 and DRA7 >> + * "ti,am437x-dwc3" for AM437x >> - ti,hwmods : Should be "usb_otg_ss" >> - reg : Address and length of the register set for the device. >> - interrupts : The irq number of this device that is used to interrupt the >> -- -George