dt-bindings: fsi-master-gpio: Document "no-gpio-delays" property
Support for this is being added to the driver but the original patch forgot to add this documentation. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
399d9e0695
commit
b4fb3aa5b9
|
@ -11,6 +11,10 @@ Optional properties:
|
||||||
- trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable
|
- trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable
|
||||||
- mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
- mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
||||||
functions (eg, external FSI masters)
|
functions (eg, external FSI masters)
|
||||||
|
- no-gpio-delays; : Don't add extra delays between GPIO
|
||||||
|
accesses. This is useful when the HW
|
||||||
|
GPIO block is running at a low enough
|
||||||
|
frequency.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue