Skip to content

Commit a3a975b

Browse files
Boris BREZILLONdavem330
authored andcommitted
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: Boris BREZILLON <b.brezillon@overkiz.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7daa78e commit a3a975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sama5d3xmb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
#address-cells = <1>;
8686
#size-cells = <0>;
87-
phy0: ethernet-phy@0 {
87+
phy0: ethernet-phy@1 {
8888
interrupt-parent = <&pioE>;
8989
interrupts = <30 IRQ_TYPE_EDGE_FALLING>;
9090
reg = <1>;

0 commit comments

Comments
 (0)