Re: [PATCH/RFT v2 03/17] ARM: davinci: da8xx: Add USB PHY platform declaration

From: Axel Haslam
Date: Tue Oct 25 2016 - 05:38:40 EST


On Tue, Oct 25, 2016 at 11:18 AM, Sekhar Nori <nsekhar@xxxxxx> wrote:
> On Monday 24 October 2016 10:16 PM, ahaslam@xxxxxxxxxxxx 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
>