Skip to content

Commit

Permalink
ARM: at91/dt: sama5d3 xplained: add phy address for macb1
Browse files Browse the repository at this point in the history
After 57a38ef (net: phy: micrel: disable broadcast for KSZ8081/KSZ8091)
the macb1 interface refuses to work properly because it tries
to cling to address 0 which isn't able to communicate in broadcast with
the mac anymore. The micrel phy on the board is actually configured
to show up at address 1.
Adding the phy node and its real address fixes the issue.

Signed-off-by: Nicolas Ferre <[email protected]>
Cc: Johan Hovold <[email protected]>
Cc: <[email protected]> #3.19
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
Nicolas Ferre authored and olofj committed Apr 3, 2015
1 parent 03a1e74 commit 98b8098
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91-sama5d3_xplained.dts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,13 @@

macb1: ethernet@f802c000 {
phy-mode = "rmii";
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

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

dbgu: serial@ffffee00 {
Expand Down

0 comments on commit 98b8098

Please sign in to comment.