Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758641AbcJYJTg (ORCPT ); Tue, 25 Oct 2016 05:19:36 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:60058 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758456AbcJYJTa (ORCPT ); Tue, 25 Oct 2016 05:19:30 -0400 Subject: Re: [PATCH/RFT v2 03/17] ARM: davinci: da8xx: Add USB PHY platform declaration To: , , , , , , , , , References: <20161024164634.4330-1-ahaslam@baylibre.com> <20161024164634.4330-4-ahaslam@baylibre.com> CC: , , , From: Sekhar Nori Message-ID: <4129f1be-42f6-f182-c8a2-84befe01d298@ti.com> Date: Tue, 25 Oct 2016 14:48:05 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161024164634.4330-4-ahaslam@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 289 Lines: 10 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). Thanks, Sekhar