mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
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>
This commit is contained in:
committed by
Linus Walleij
parent
55c7f5ef90
commit
5c284d086b
@@ -153,4 +153,21 @@ properties:
|
|||||||
pin. Typically indicates how many double-inverters are
|
pin. Typically indicates how many double-inverters are
|
||||||
used to delay the signal.
|
used to delay the signal.
|
||||||
|
|
||||||
|
skew-delay-input-ps:
|
||||||
|
description:
|
||||||
|
this affects the expected clock skew in ps on an input pin.
|
||||||
|
|
||||||
|
skew-delay-output-ps:
|
||||||
|
description:
|
||||||
|
this affects the expected delay in ps before latching a value to
|
||||||
|
an output pin.
|
||||||
|
|
||||||
|
if:
|
||||||
|
required:
|
||||||
|
- skew-delay
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
skew-delay-input-ps: false
|
||||||
|
skew-delay-output-ps: false
|
||||||
|
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|||||||
Reference in New Issue
Block a user