Skip to content

Commit ed1d7da

Browse files
catalin-popescudavem330
authored andcommitted
dt-bindings: net: dp83826: support TX data voltage tuning
Add properties ti,cfg-dac-minus-one-bp/ti,cfg-dac-plus-one-bp to support voltage tuning of logical levels -1/+1 of the MLT-3 encoded TX data. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Catalin Popescu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7c754e6 commit ed1d7da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/devicetree/bindings/net/ti,dp83822.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ properties:
6262
for the PHY. The internal delay for the PHY is fixed to 3.5ns relative
6363
to transmit data.
6464
65+
ti,cfg-dac-minus-one-bp:
66+
description: |
67+
DP83826 PHY only.
68+
Sets the voltage ratio (with respect to the nominal value)
69+
of the logical level -1 for the MLT-3 encoded TX data.
70+
enum: [5000, 5625, 6250, 6875, 7500, 8125, 8750, 9375, 10000,
71+
10625, 11250, 11875, 12500, 13125, 13750, 14375, 15000]
72+
default: 10000
73+
74+
ti,cfg-dac-plus-one-bp:
75+
description: |
76+
DP83826 PHY only.
77+
Sets the voltage ratio (with respect to the nominal value)
78+
of the logical level +1 for the MLT-3 encoded TX data.
79+
enum: [5000, 5625, 6250, 6875, 7500, 8125, 8750, 9375, 10000,
80+
10625, 11250, 11875, 12500, 13125, 13750, 14375, 15000]
81+
default: 10000
82+
6583
required:
6684
- reg
6785

0 commit comments

Comments
 (0)