Skip to content

Commit b838fb5

Browse files
AntonioBorneolinusw
authored andcommitted
dt-bindings: pinctrl: stm32: Add missing blank lines
Separate the properties through a blank line. Signed-off-by: Antonio Borneo <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent d3eed11 commit b838fb5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ properties:
3232

3333
'#address-cells':
3434
const: 1
35+
3536
'#size-cells':
3637
const: 1
3738

3839
ranges: true
40+
3941
pins-are-numbered:
4042
$ref: /schemas/types.yaml#/definitions/flag
4143
deprecated: true
44+
4245
hwlocks: true
4346

4447
interrupts:
@@ -67,22 +70,29 @@ patternProperties:
6770
additionalProperties: false
6871
properties:
6972
gpio-controller: true
73+
7074
'#gpio-cells':
7175
const: 2
76+
7277
interrupt-controller: true
7378
'#interrupt-cells':
7479
const: 2
7580

7681
reg:
7782
maxItems: 1
83+
7884
clocks:
7985
maxItems: 1
86+
8087
resets:
8188
maxItems: 1
89+
8290
gpio-line-names: true
91+
8392
gpio-ranges:
8493
minItems: 1
8594
maxItems: 16
95+
8696
ngpios:
8797
description:
8898
Number of available gpios in a bank.
@@ -187,18 +197,25 @@ patternProperties:
187197
188198
bias-disable:
189199
type: boolean
200+
190201
bias-pull-down:
191202
type: boolean
203+
192204
bias-pull-up:
193205
type: boolean
206+
194207
drive-push-pull:
195208
type: boolean
209+
196210
drive-open-drain:
197211
type: boolean
212+
198213
output-low:
199214
type: boolean
215+
200216
output-high:
201217
type: boolean
218+
202219
slew-rate:
203220
description: |
204221
0: Low speed

0 commit comments

Comments
 (0)