diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-02-20 00:41:48 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-06 20:55:56 +0300 |
commit | 093d23db4fffeb9ed26d2a41907c02969df8355b (patch) | |
tree | 4ab259211249a769d6bdcf96967bce749a12cab4 /arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | |
parent | 23edd1b2d83c384949b5f77cdb940006a5d56279 (diff) | |
download | linux-093d23db4fffeb9ed26d2a41907c02969df8355b.tar.xz |
ARM64: dts: amlogic: add the ethernet TX delay configuration
This adds the amlogic,tx-delay-ns property with the old (hardcoded)
default value of 2ns to all boards which are using an RGMII ethernet
PHY.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts index 6b5579522587..c80d3a913907 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts @@ -158,6 +158,8 @@ snps,reset-delays-us = <0 10000 1000000>; snps,reset-active-low; + amlogic,tx-delay-ns = <2>; + mdio { compatible = "snps,dwmac-mdio"; #address-cells = <1>; |