Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752612AbbBWMCK (ORCPT ); Mon, 23 Feb 2015 07:02:10 -0500 Received: from softlayer.compulab.co.il ([50.23.254.55]:53511 "EHLO compulab.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbbBWMCF (ORCPT ); Mon, 23 Feb 2015 07:02:05 -0500 Message-ID: <54EB0F9C.90500@compulab.co.il> Date: Mon, 23 Feb 2015 13:31:40 +0200 From: Igor Grinberg Organization: CompuLab Ltd. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Srinivas Kandagatla , Kumar Gala , linux-arm-msm@vger.kernel.org CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nicolas Dechesne Subject: Re: [PATCH 08/12] ARM: DT: apq8064: Add USB OTG support for CM QS-600 References: <424678035-12862-1-git-send-email-srinivas.kandagatla@linaro.org> <1424678152-13266-1-git-send-email-srinivas.kandagatla@linaro.org> In-Reply-To: <1424678152-13266-1-git-send-email-srinivas.kandagatla@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - softlayer.compulab.co.il X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Get-Message-Sender-Via: softlayer.compulab.co.il: acl_c_relayhosts_text_entry: grinberg@compulab.co.il|compulab.co.il Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1391 Lines: 59 On 02/23/15 09:55, Srinivas Kandagatla wrote: > From: Nicolas Dechesne > > This patch adds USB OTG support on USB1 for Compulab QS-600 Board. > > Signed-off-by: Nicolas Dechesne Acked-by: Igor Grinberg > --- > arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > index af2e075..6349f24 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > @@ -41,6 +41,11 @@ > }; > }; > > + /* OTG */ > + usb1_phy:phy@12500000 { > + status = "ok"; > + }; > + > usb3_phy:phy@12520000 { > status = "ok"; > }; > @@ -48,7 +53,16 @@ > usb4_phy:phy@12530000 { > status = "ok"; > }; > - > + > + gadget1:gadget@12500000 { > + status = "ok"; > + }; > + > + /* OTG */ > + usb1: usb@12500000 { > + status = "ok"; > + }; > + > usb3: usb@12520000 { > status = "ok"; > }; > -- Regards, Igor. -- 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/