mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 01:46:11 +02:00
mediatek: filogic: arcadyan-mozart: fix polarity properties
Use the upstream properties to describe the USXGMII PCS polarity as
the downstream mediatek,pnswap{,-rx,tx} was dropped.
This board was the only user.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
c271123724
commit
be0a49cfe8
@ -5,6 +5,7 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/phy/phy.h>
|
||||
|
||||
/ {
|
||||
compatible = "arcadyan,mozart", "mediatek,mt7988a";
|
||||
@ -71,11 +72,11 @@
|
||||
};
|
||||
|
||||
&usxgmiisys0 {
|
||||
mediatek,pnswap-rx;
|
||||
rx-polarity = <PHY_POL_INVERT>;
|
||||
};
|
||||
|
||||
&usxgmiisys1 {
|
||||
mediatek,pnswap-rx;
|
||||
rx-polarity = <PHY_POL_INVERT>;
|
||||
};
|
||||
|
||||
&mdio_bus {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user