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

dt-bindings: net: dp83822: Deprecate ti,fiber-mode

The newly added ethernet-connector binding allows describing an Ethernet
connector with greater precision, and in a more generic manner, than
ti,fiber-mode. Deprecate this property.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Tested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20260108080041.553250-6-maxime.chevallier@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Maxime Chevallier and committed by
Jakub Kicinski
ffb85873 333c29a2

+8 -1
+8 -1
Documentation/devicetree/bindings/net/ti,dp83822.yaml
··· 47 47 is disabled. 48 48 In fiber mode, auto-negotiation is disabled and the PHY can only work in 49 49 100base-fx (full and half duplex) modes. 50 + This property is deprecated, for details please refer to 51 + Documentation/devicetree/bindings/net/ethernet-connector.yaml 52 + deprecated: true 50 53 51 54 rx-internal-delay-ps: 52 55 description: | ··· 144 141 tx-internal-delay-ps = <1>; 145 142 ti,gpio2-clk-out = "xi"; 146 143 mac-termination-ohms = <43>; 144 + mdi { 145 + connector-0 { 146 + media = "BaseF"; 147 + }; 148 + }; 147 149 }; 148 150 }; 149 - 150 151 ...