From: Nimrod Andy Date: Mon, 19 Jan 2015 09:38:02 +0000 (+0800) Subject: ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc83477780174dc6aa673e644428b1d2f3894e7a;p=linux-beck.git ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address The commit (3d125f9c91c5) cause i.MX6SX sdb enet cannot work. The cause is the commit add mdio node with un-correct phy address. The patch just correct i.MX6sx sdb board enet phy address. Signed-off-by: Fugang Duan Acked-by: Stefan Agner Signed-off-by: David S. Miller --- diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 8c1febd7e3f2..9db123fd1cc8 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts @@ -167,11 +167,11 @@ #size-cells = <0>; ethphy1: ethernet-phy@0 { - reg = <0>; + reg = <1>; }; ethphy2: ethernet-phy@1 { - reg = <1>; + reg = <2>; }; }; };