summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2019-02-05 01:41:49 +0300
committerPaul Burton <paul.burton@mips.com>2019-02-08 02:22:38 +0300
commit3d2521810ec990b67b4d0e1f9aa5380e7b3c6a18 (patch)
treebb3327bb8346182e5c8eeacbd69543919d93ce6b /arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
parent1836c2b2462fb56f10ce596033f2f24f16941a2a (diff)
downloadlinux-3d2521810ec990b67b4d0e1f9aa5380e7b3c6a18.tar.xz
MIPS: OCTEON: program rx/tx-delay always from DT
Program rx/tx-delay always from DT. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts')
-rw-r--r--arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts b/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
index 243e5dc444fb..962f37fbc7db 100644
--- a/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
+++ b/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
@@ -33,12 +33,18 @@
interface@0 {
ethernet@0 {
phy-handle = <&phy7>;
+ rx-delay = <0>;
+ tx-delay = <0x10>;
};
ethernet@1 {
phy-handle = <&phy6>;
+ rx-delay = <0>;
+ tx-delay = <0x10>;
};
ethernet@2 {
phy-handle = <&phy5>;
+ rx-delay = <0>;
+ tx-delay = <0x10>;
};
};
};