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

dt-bindings: net: dp83822: add constraints for mac-termination-ohms

Property mac-termination-ohms is defined in ethernet-phy.yaml. Add allowed
values for the property.

Signed-off-by: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250416-dp83822-mac-impedance-v3-2-028ac426cddb@liebherr.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Dimitri Fedrau and committed by
Jakub Kicinski
1de1390e 4cb6316d

+4
+4
Documentation/devicetree/bindings/net/ti,dp83822.yaml
··· 122 122 - free-running 123 123 - recovered 124 124 125 + mac-termination-ohms: 126 + enum: [43, 44, 46, 48, 50, 53, 55, 58, 61, 65, 69, 73, 78, 84, 91, 99] 127 + 125 128 required: 126 129 - reg 127 130 ··· 140 137 rx-internal-delay-ps = <1>; 141 138 tx-internal-delay-ps = <1>; 142 139 ti,gpio2-clk-out = "xi"; 140 + mac-termination-ohms = <43>; 143 141 }; 144 142 }; 145 143