Message ID | da8d1973dcd419d8d9c8c662ee614952f3a6969e.1626267422.git.geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | 13bf92e6dec0e2be1ef0c7dd483f2d8b34eaa905 |
Headers | show |
Series | dt-bindings: i2c: renesas,riic: Add interrupt-names | expand |
On Wed, 14 Jul 2021 15:20:03 +0200, Geert Uytterhoeven wrote: > Now the I2C device nodes in all DTS files have gained "interrupt-names" > properties, the "interrupt-names" property can be made required. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml index 70f998f006305c25..402fd125e0104a6a 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml @@ -62,6 +62,7 @@ required: - compatible - reg - interrupts + - interrupt-names - clocks - clock-frequency - power-domains
Now the I2C device nodes in all DTS files have gained "interrupt-names" properties, the "interrupt-names" property can be made required. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 1 + 1 file changed, 1 insertion(+)