[PATCH] [V5] net: emaclite: adding MDIO and phy lib support

David Miller davem at davemloft.net
Tue Feb 16 16:53:26 EST 2010


From: Grant Likely <grant.likely at secretlab.ca>
Date: Thu, 11 Feb 2010 15:40:24 -0700

> On Thu, Feb 11, 2010 at 3:12 PM, John Linn <john.linn at xilinx.com> wrote:
>> These changes add MDIO and phy lib support to the driver as the
>> IP core now supports the MDIO bus.
>>
>> The MDIO bus and phy are added as a child to the emaclite in the device
>> tree as illustrated below.
>>
>> mdio {
>>        #address-cells = <1>;
>>        #size-cells = <0>;
>>        phy0: phy at 7 {
>>                compatible = "marvell,88e1111";
>>                reg = <7>;
>>        } ;
>> }
>>
>> Signed-off-by: Sadanand Mutyala <Sadanand.Mutyala at xilinx.com>
>> Signed-off-by: John Linn <john.linn at xilinx.com>
> 
> Acked-by: Grant Likely <grant.likely at secretlab.ca>

Applied.


More information about the Linuxppc-dev mailing list