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: pcs: mediatek,sgmiisys: deprecate "mediatek,pnswap"

Reference the common PHY properties, and update the example to use them.
Note that a PCS subnode exists, and it seems a better container of the
polarity description than the SGMIISYS node that hosts "mediatek,pnswap".
So use that.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260119091220.1493761-4-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Vladimir Oltean and committed by
Jakub Kicinski
9f841922 66d8a334

+6 -1
+6 -1
Documentation/devicetree/bindings/net/pcs/mediatek,sgmiisys.yaml
··· 39 39 const: 1 40 40 41 41 mediatek,pnswap: 42 - description: Invert polarity of the SGMII data lanes 42 + description: 43 + Invert polarity of the SGMII data lanes. 44 + This property is deprecated, for details please refer to 45 + Documentation/devicetree/bindings/phy/phy-common-props.yaml. 43 46 type: boolean 47 + deprecated: true 44 48 45 49 pcs: 46 50 type: object 47 51 description: MediaTek LynxI HSGMII PCS 52 + $ref: /schemas/phy/phy-common-props.yaml# 48 53 properties: 49 54 compatible: 50 55 const: mediatek,mt7988-sgmii