Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: dsa: lantiq,gswip: reference common PHY properties

Reference the common PHY properties so RX and TX SerDes lane polarity
of the SGMII/1000Base-X/2500Base-X port can be configured.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/f556ef8be75e37a2f864b9d905a78962bbe76d18.1769916962.git.daniel@makrotopia.org
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Daniel Golle and committed by
Paolo Abeni
431b7777 71e1eab8

+4
+4
Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
··· 105 105 patternProperties: 106 106 "^(ethernet-)?port@[0-6]$": 107 107 $ref: dsa-port.yaml# 108 + allOf: 109 + - $ref: /schemas/phy/phy-common-props.yaml# 108 110 unevaluatedProperties: false 109 111 110 112 properties: ··· 290 288 291 289 - | 292 290 #include <dt-bindings/leds/common.h> 291 + #include <dt-bindings/phy/phy.h> 293 292 294 293 mdio { 295 294 #address-cells = <1>; ··· 323 320 label = "wan"; 324 321 phy-mode = "1000base-x"; 325 322 managed = "in-band-status"; 323 + tx-polarity = <PHY_POL_INVERT>; 326 324 }; 327 325 328 326 port@5 {