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 <marex@denx.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by Marek Vasut and committed by Wolfram Sang f938a529 f76349cf

Changed files
+5
Documentation
devicetree
bindings
+5
Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
··· 57 57 - description: interrupt ID for I2C event 58 58 - description: interrupt ID for I2C error 59 59 60 + interrupt-names: 61 + items: 62 + - const: event 63 + - const: error 64 + 60 65 resets: 61 66 maxItems: 1 62 67