From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965430AbcJYJih (ORCPT ); Tue, 25 Oct 2016 05:38:37 -0400 Received: from mail-qt0-f180.google.com ([209.85.216.180]:40932 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941534AbcJYJi0 (ORCPT ); Tue, 25 Oct 2016 05:38:26 -0400 MIME-Version: 1.0 In-Reply-To: <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> References: <20161024164634.4330-1-ahaslam@baylibre.com> <20161024164634.4330-4-ahaslam@baylibre.com> <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> From: Axel Haslam Date: Tue, 25 Oct 2016 11:37:40 +0200 Message-ID: Subject: Re: [PATCH/RFT v2 03/17] ARM: davinci: da8xx: Add USB PHY platform declaration To: Sekhar Nori Cc: Greg KH , Johan Hovold , robh+dt@kernel.org, Alan Stern , Kevin Hilman , Sergei Shtylyov , David Lechner , Mark Brown , Alexandre Bailon , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 25, 2016 at 11:18 AM, Sekhar Nori wrote: > On Monday 24 October 2016 10:16 PM, ahaslam@baylibre.com wrote: >> +static struct platform_device da8xx_usb_phy = { >> + .name = "da8xx-usb-phy", >> + .id = 0, > > There is a single phy control in the system for both 1.1 and 2.0 PHYs. > so this can be a singular device (id -1). > Ok. > Thanks, > Sekhar > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Haslam Subject: Re: [PATCH/RFT v2 03/17] ARM: davinci: da8xx: Add USB PHY platform declaration Date: Tue, 25 Oct 2016 11:37:40 +0200 Message-ID: References: <20161024164634.4330-1-ahaslam@baylibre.com> <20161024164634.4330-4-ahaslam@baylibre.com> <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <4129f1be-42f6-f182-c8a2-84befe01d298-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sekhar Nori Cc: Greg KH , Johan Hovold , robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Alan Stern , Kevin Hilman , Sergei Shtylyov , David Lechner , Mark Brown , Alexandre Bailon , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Oct 25, 2016 at 11:18 AM, Sekhar Nori wrote: > On Monday 24 October 2016 10:16 PM, ahaslam-rdvid1DuHRBWk0Htik3J/w@public.gmane.org wrote: >> +static struct platform_device da8xx_usb_phy = { >> + .name = "da8xx-usb-phy", >> + .id = 0, > > There is a single phy control in the system for both 1.1 and 2.0 PHYs. > so this can be a singular device (id -1). > Ok. > Thanks, > Sekhar > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: ahaslam@baylibre.com (Axel Haslam) Date: Tue, 25 Oct 2016 11:37:40 +0200 Subject: [PATCH/RFT v2 03/17] ARM: davinci: da8xx: Add USB PHY platform declaration In-Reply-To: <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> References: <20161024164634.4330-1-ahaslam@baylibre.com> <20161024164634.4330-4-ahaslam@baylibre.com> <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 25, 2016 at 11:18 AM, Sekhar Nori wrote: > On Monday 24 October 2016 10:16 PM, ahaslam at baylibre.com wrote: >> +static struct platform_device da8xx_usb_phy = { >> + .name = "da8xx-usb-phy", >> + .id = 0, > > There is a single phy control in the system for both 1.1 and 2.0 PHYs. > so this can be a singular device (id -1). > Ok. > Thanks, > Sekhar >