Commit a3a975b1 authored by Boris BREZILLON's avatar Boris BREZILLON Committed by David S. Miller

ARM: at91/dt: fix phy address in sama5xmb to match the reg property

Fix phy0 address to match the reg property defined in phy0 node.
Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7daa78e3
......@@ -84,7 +84,7 @@ macb1: ethernet@f802c000 {
#address-cells = <1>;
#size-cells = <0>;
phy0: ethernet-phy@0 {
phy0: ethernet-phy@1 {
interrupt-parent = <&pioE>;
interrupts = <30 IRQ_TYPE_EDGE_FALLING>;
reg = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment