doc: dts: bindings: pinctrl: minor readability improvement
Improves readability of input/output-enable/disable flags. Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
parent
7ca7f5a39c
commit
0c16fea93f
1 changed files with 5 additions and 7 deletions
|
@ -63,14 +63,12 @@ properties:
|
|||
input-enable:
|
||||
type: boolean
|
||||
description: |
|
||||
enable input on pin (no effect on output, such as enabling an input
|
||||
buffer)
|
||||
enable input on pin (e.g. enable an input buffer, no effect on output)
|
||||
|
||||
input-disable:
|
||||
type: boolean
|
||||
description: |
|
||||
disable input on pin (no effect on output, such as disabling an input
|
||||
buffer)
|
||||
disable input on pin (e.g. disable an input buffer, no effect on output)
|
||||
|
||||
input-schmitt-enable:
|
||||
type: boolean
|
||||
|
@ -99,13 +97,13 @@ properties:
|
|||
|
||||
output-disable:
|
||||
type: boolean
|
||||
description: disable output on a pin (such as disable an output buffer)
|
||||
description: disable output on a pin (e.g. disable an output buffer)
|
||||
|
||||
output-enable:
|
||||
type: boolean
|
||||
description: |
|
||||
enable output on a pin without actively driving it (such as enabling
|
||||
an output buffer)
|
||||
enable output on a pin without actively driving it (e.g. enable an output
|
||||
buffer)
|
||||
|
||||
output-low:
|
||||
type: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue