Skip to content

Commit 5c284d0

Browse files
AntonioBorneoLinus Walleij
authored andcommitted
dt-bindings: pincfg-node: Add properties 'skew-delay-{in,out}put-ps'
Add the properties 'skew-delay-input-ps' and 'skew-delay-output-ps' to specify independent skew delay value for the two pin's directions. Make the new properties unavailable when the existing property 'skew-delay' is selected. Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 55c7f5e commit 5c284d0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,21 @@ properties:
153153
pin. Typically indicates how many double-inverters are
154154
used to delay the signal.
155155

156+
skew-delay-input-ps:
157+
description:
158+
this affects the expected clock skew in ps on an input pin.
159+
160+
skew-delay-output-ps:
161+
description:
162+
this affects the expected delay in ps before latching a value to
163+
an output pin.
164+
165+
if:
166+
required:
167+
- skew-delay
168+
then:
169+
properties:
170+
skew-delay-input-ps: false
171+
skew-delay-output-ps: false
172+
156173
additionalProperties: true

0 commit comments

Comments
 (0)