From: Dmitry Baryshkov Date: Wed, 9 Jun 2010 21:16:20 +0000 (+0000) Subject: powerpc/5200: fix lite5200 ethernet phy address X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2b07be2493681220cac4d185494a4edb0b8efd1e;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git powerpc/5200: fix lite5200 ethernet phy address According to my schematics, on Lite5200 board ethernet phy uses address 0 (all ADDR lines are pulled down). With this change I can talk to onboard phy (LXT971) and correctly use autonegotiation. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Grant Likely --- diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index d1502ef85ed..179a1785d64 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts @@ -234,8 +234,8 @@ reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. - phy0: ethernet-phy@1 { - reg = <1>; + phy0: ethernet-phy@0 { + reg = <0>; }; };