Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755356Ab3JKOq5 (ORCPT ); Fri, 11 Oct 2013 10:46:57 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:39271 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752608Ab3JKOqz (ORCPT ); Fri, 11 Oct 2013 10:46:55 -0400 Message-ID: <52580F34.8030809@ti.com> Date: Fri, 11 Oct 2013 17:46:12 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Kishon Vijay Abraham I CC: , , , , , , , , , , , , George Cherian Subject: Re: [PATCH 2/2] ARM: dts: omap5: Add dr_mode for dwc3 References: <1381402195-29257-1-git-send-email-kishon@ti.com> <1381402195-29257-2-git-send-email-kishon@ti.com> In-Reply-To: <1381402195-29257-2-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 40 Hi, On 10/10/2013 01:49 PM, Kishon Vijay Abraham I wrote: > From: George Cherian > > Added dr_mode property in dwc3 and set its default mode to device. If there is a specific reason why this is not set to "otg", we need to explain it here. AFAIK the port is meant to be used as OTG port. > > Signed-off-by: George Cherian > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/boot/dts/omap5.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index 6d0a1d5..ef598af 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -652,6 +652,7 @@ > reg = <0x4a030000 0x10000>; > interrupts = ; > usb-phy = <&usb2_phy>, <&usb3_phy>; > + dr_mode = "peripheral"; > tx-fifo-resize; > }; > }; > cheers, -roger -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/