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>
#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";
};
&usxgmiisys0 {
- mediatek,pnswap-rx;
+ rx-polarity = <PHY_POL_INVERT>;
};
&usxgmiisys1 {
- mediatek,pnswap-rx;
+ rx-polarity = <PHY_POL_INVERT>;
};
&mdio_bus {