diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-05-14 07:17:43 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-05-27 12:34:58 +0200 |
commit | 69e22d9ff71bae14a5ccaa04e3d15da333ae87d6 (patch) | |
tree | cbb67da7d63cc5ba65f63c8bb22d160e317bef3e /arch/mips/boot | |
parent | MIPS: ath79: ar9331: Add OpeneEmbed SOM9331 Board (diff) | |
download | linux-69e22d9ff71bae14a5ccaa04e3d15da333ae87d6.tar.xz linux-69e22d9ff71bae14a5ccaa04e3d15da333ae87d6.zip |
MIPS: ath79: ar9331: add pause property for the MAC <> switch link
Both, MAC and switch support flow control, so add pause property for the
MAC <> switch link.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/qca/ar9331.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/qca/ar9331.dtsi b/arch/mips/boot/dts/qca/ar9331.dtsi index 83b3c0ce135a..c4102b280b47 100644 --- a/arch/mips/boot/dts/qca/ar9331.dtsi +++ b/arch/mips/boot/dts/qca/ar9331.dtsi @@ -148,6 +148,7 @@ fixed-link { speed = <1000>; full-duplex; + pause; }; mdio { @@ -183,6 +184,7 @@ fixed-link { speed = <1000>; full-duplex; + pause; }; }; |