Skip to content

Commit f938a52

Browse files
Marek Vasutwsakernel
authored andcommitted
dt-bindings: i2c: st,stm32-i2c: Document interrupt-names property
Document interrupt-names property with "event" and "error" interrupt names. This fixes dtbs_check warnings when building current Linux DTs: " arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb: i2c@40015000: Unevaluated properties are not allowed ('interrupt-names' was unexpected) " Signed-off-by: Marek Vasut <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent f76349c commit f938a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ properties:
5757
- description: interrupt ID for I2C event
5858
- description: interrupt ID for I2C error
5959

60+
interrupt-names:
61+
items:
62+
- const: event
63+
- const: error
64+
6065
resets:
6166
maxItems: 1
6267

0 commit comments

Comments
 (0)