Skip to content

Commit b76db38

Browse files
mugunthanvnmdavem330
authored andcommitted
ARM: dts: dra72-evm-revc: add phy impedance settings
The default impedance settings of the phy is not the optimal value, due to this the second ethernet is not working. Fix it with correct values which makes the second ethernet port to work. Signed-off-by: Mugunthan V N <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ed838fe commit b76db38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/dra72-evm-revc.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@
6262
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
6363
ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
6464
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
65+
ti,min-output-impedance;
6566
};
6667

6768
dp83867_1: ethernet-phy@3 {
6869
reg = <3>;
6970
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
7071
ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
7172
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
73+
ti,min-output-imepdance;
7274
};
7375
};

0 commit comments

Comments
 (0)