From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754035AbaCMKkJ (ORCPT ); Thu, 13 Mar 2014 06:40:09 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:35941 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753513AbaCMKkG (ORCPT ); Thu, 13 Mar 2014 06:40:06 -0400 Message-ID: <53218AEA.3060301@ti.com> Date: Thu, 13 Mar 2014 12:39:38 +0200 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: George Cherian , , , , CC: , , , , , , , , , , Subject: Re: [PATCH v3 5/5] ARM: dts: am43x-epos-evm: Enable USB References: <1394193422-18242-1-git-send-email-george.cherian@ti.com> <1394193422-18242-6-git-send-email-george.cherian@ti.com> In-Reply-To: <1394193422-18242-6-git-send-email-george.cherian@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 On 03/07/2014 01:57 PM, George Cherian wrote: > Enable > - ocp2scp > - USB PHY control module > - USB PHY > - dwc3_omap > - USB we are not enabling "PHY control module" here. > > for am43x-epos-evm > > Signed-off-by: George Cherian With the description change. Acked-by: Roger Quadros cheers, -roger > --- > arch/arm/boot/dts/am43x-epos-evm.dts | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts > index a7d0db1..0ced342 100644 > --- a/arch/arm/boot/dts/am43x-epos-evm.dts > +++ b/arch/arm/boot/dts/am43x-epos-evm.dts > @@ -251,3 +251,21 @@ > pinctrl-0 = <&spi1_pins>; > status = "okay"; > }; > + > +&usb2_phy1 { > + status = "okay"; > +}; > + > +&usb1 { > + dr_mode = "peripheral"; > + status = "okay"; > +}; > + > +&usb2_phy2 { > + status = "okay"; > +}; > + > +&usb2 { > + dr_mode = "host"; > + status = "okay"; > +}; >