mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
333c29a27f
commit
ffb8587363
|
|
@ -47,6 +47,9 @@ properties:
|
|||
is disabled.
|
||||
In fiber mode, auto-negotiation is disabled and the PHY can only work in
|
||||
100base-fx (full and half duplex) modes.
|
||||
This property is deprecated, for details please refer to
|
||||
Documentation/devicetree/bindings/net/ethernet-connector.yaml
|
||||
deprecated: true
|
||||
|
||||
rx-internal-delay-ps:
|
||||
description: |
|
||||
|
|
@ -141,7 +144,11 @@ examples:
|
|||
tx-internal-delay-ps = <1>;
|
||||
ti,gpio2-clk-out = "xi";
|
||||
mac-termination-ohms = <43>;
|
||||
mdi {
|
||||
connector-0 {
|
||||
media = "BaseF";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user