Skip to content

Commit 1f06554

Browse files
mugunthanvnmdavem330
authored andcommitted
ARM: dts: dra72-evm-revc: fix correct phy delay
The current delay settings of the phy are not the optimal value, fix it with correct values. Signed-off-by: Mugunthan V N <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b76db38 commit 1f06554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
&davinci_mdio {
6060
dp83867_0: ethernet-phy@2 {
6161
reg = <2>;
62-
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
63-
ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
62+
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
63+
ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
6464
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
6565
ti,min-output-impedance;
6666
};
6767

6868
dp83867_1: ethernet-phy@3 {
6969
reg = <3>;
70-
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
71-
ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
70+
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
71+
ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
7272
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
7373
ti,min-output-imepdance;
7474
};

0 commit comments

Comments
 (0)