]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'phy_common_properties' into next
authorVinod Koul <vkoul@kernel.org>
Wed, 14 Jan 2026 13:22:57 +0000 (18:52 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 14 Jan 2026 13:22:57 +0000 (18:52 +0530)
phy common properties

Vladimir Oltean <vladimir.oltean@nxp.com> wrote:

Introduce "rx-polarity" and "tx-polarity" device tree properties with
Kunit tests

1  2 
MAINTAINERS
drivers/phy/Kconfig
drivers/phy/Makefile
include/dt-bindings/phy/phy.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
index d77b372d302f55dd9bc9991a3ab2a640fa2a2eea,f8d4094f0880dd2b0344e5e39edfcc9f830cdb73..979b5dfd8353d2cd8a2886897d8b7670ba21eee1
  #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 */