Skip to content

Commit

Permalink
ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address
Browse files Browse the repository at this point in the history
The commit (3d125f9) 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 <B38611@freescale.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nimrod Andy authored and David S. Miller committed Jan 19, 2015
1 parent 22a5dc0 commit fc83477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6sx-sdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@
#size-cells = <0>;

ethphy1: ethernet-phy@0 {
reg = <0>;
reg = <1>;
};

ethphy2: ethernet-phy@1 {
reg = <1>;
reg = <2>;
};
};
};
Expand Down

0 comments on commit fc83477

Please sign in to comment.