[PATCH 1/2] net/cadence/macb: add support for dt phy definition

2013-08-22 Thread Boris BREZILLON
The macb driver only handle PHY description through platform_data (macb_platform_data). Thus, when using dt you cannot define phy properties like phy address or phy irq pin. This patch makes use of the of_mdiobus_register to add support for phy device definition using dt. A fallback to the autosca

Re: [PATCH 1/2] net/cadence/macb: add support for dt phy definition

2013-08-22 Thread boris brezillon
Hello Florian, On 22/08/2013 17:57, Boris BREZILLON wrote: The macb driver only handle PHY description through platform_data (macb_platform_data). Thus, when using dt you cannot define phy properties like phy address or phy irq pin. This patch makes use of the of_mdiobus_register to add support