ARM: dts: dra72-evm-revc: fix correct phy delay
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 18 Oct 2016 11:20:20 +0000 (16:50 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 14:42:16 +0000 (10:42 -0400)
The current delay settings of the phy are not the optimal value,
fix it with correct values.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/dra72-evm-revc.dts

index 5450367..3b23b32 100644 (file)
 &davinci_mdio {
        dp83867_0: ethernet-phy@2 {
                reg = <2>;
-               ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
-               ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
+               ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
+               ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
                ti,min-output-impedance;
        };
 
        dp83867_1: ethernet-phy@3 {
                reg = <3>;
-               ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
-               ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_NS>;
+               ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
+               ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
                ti,min-output-imepdance;
        };