From: Vinod Koul Date: Wed, 14 Jan 2026 13:22:57 +0000 (+0530) Subject: Merge tag 'phy_common_properties' into next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a699808928937000e550a7cd5355db93ef99e236;p=thirdparty%2Flinux.git Merge tag 'phy_common_properties' into next phy common properties Vladimir Oltean wrote: Introduce "rx-polarity" and "tx-polarity" device tree properties with Kunit tests --- a699808928937000e550a7cd5355db93ef99e236 diff --cc include/dt-bindings/phy/phy.h index d77b372d302f5,f8d4094f0880d..979b5dfd8353d --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h @@@ -23,6 -23,9 +23,10 @@@ #define PHY_TYPE_DPHY 10 #define PHY_TYPE_CPHY 11 #define PHY_TYPE_USXGMII 12 +#define PHY_TYPE_XAUI 13 + #define PHY_POL_NORMAL 0 + #define PHY_POL_INVERT 1 + #define PHY_POL_AUTO 2 + #endif /* _DT_BINDINGS_PHY */