Hi Geert, Thanks for the patch. > Subject: [PATCH/RFC 3/4] arm64: dts: renesas: r9a07g044: Add I2C > interrupt-names > > Add "interrupt-names" properties to the I2C device nodes, to make it > easier to review the interrupt mappings. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi > b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi > index 9a7489dc70d10882..0dd181739fdfc0f6 100644 > --- a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi > +++ b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi > @@ -102,6 +102,8 @@ i2c0: i2c@10058000 { > <GIC_SPI 351 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "tei", "ri", "ti", "spi", "sti", > + "naki", "ali", "tmoi"; > clocks = <&cpg CPG_MOD R9A07G044_I2C0_PCLK>; > clock-frequency = <100000>; > resets = <&cpg R9A07G044_I2C0_MRST>; @@ -122,6 +124,8 @@ > i2c1: i2c@10058400 { > <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 362 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 363 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "tei", "ri", "ti", "spi", "sti", > + "naki", "ali", "tmoi"; > clocks = <&cpg CPG_MOD R9A07G044_I2C1_PCLK>; > clock-frequency = <100000>; > resets = <&cpg R9A07G044_I2C1_MRST>; @@ -142,6 +146,8 @@ > i2c2: i2c@10058800 { > <GIC_SPI 367 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "tei", "ri", "ti", "spi", "sti", > + "naki", "ali", "tmoi"; > clocks = <&cpg CPG_MOD R9A07G044_I2C2_PCLK>; > clock-frequency = <100000>; > resets = <&cpg R9A07G044_I2C2_MRST>; @@ -162,6 +168,8 @@ > i2c3: i2c@10058c00 { > <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "tei", "ri", "ti", "spi", "sti", > + "naki", "ali", "tmoi"; > clocks = <&cpg CPG_MOD R9A07G044_I2C3_PCLK>; > clock-frequency = <100000>; > resets = <&cpg R9A07G044_I2C3_MRST>; > -- > 2.25.1