Skip to content

Commit 5197b70

Browse files
Marek Vasutlinusw
authored andcommitted
dt-bindings: pinctrl: st,stm32: Document interrupt-controller property
Document interrupt-controller property and its interrupt-cells. This fixes dtbs_check warnings when building current Linux DTs: " arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb: pinctrl@50002000: gpio@5000a000: '#interrupt-cells', 'interrupt-controller' do not match any of the regexes: 'pinctrl-[0-9]+' " Signed-off-by: Marek Vasut <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 140bb02 commit 5197b70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ patternProperties:
6464
gpio-controller: true
6565
'#gpio-cells':
6666
const: 2
67+
interrupt-controller: true
68+
'#interrupt-cells':
69+
const: 2
6770

6871
reg:
6972
maxItems: 1

0 commit comments

Comments
 (0)