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

From: Sekhar Nori
Date: Tue Oct 25 2016 - 05:19:37 EST


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).

Thanks,
Sekhar