From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>, Rob Herring <robh@kernel.org>
Cc: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
ARM <linux-arm-kernel@lists.infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build warning after merge of the arm-soc-fixes tree
Date: Wed, 21 Feb 2024 15:42:00 +0100 [thread overview]
Message-ID: <13457561.uLZWGnKmhe@steina-w> (raw)
In-Reply-To: <CAL_Jsq+2ri0JsmuU184YGj=p53jSxn+8EZq_FuBbMjsVyNLvtw@mail.gmail.com>
Hi Rob,
Am Mittwoch, 21. Februar 2024, 14:58:32 CET schrieb Rob Herring:
> On Tue, Feb 20, 2024 at 10:30 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi all,
> >
> > On Wed, 21 Feb 2024 09:28:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > After merging the arm-soc-fixes tree, today's linux-next build (arm
> > > multi_v7_defconfig) produced this warning:
> > >
> > > arch/arm/boot/dts/renesas/r8a7790-lager.dts:444.11-458.5: Warning (interrupt_provider): /i2c-mux4/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7790-lager.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7792-blanche.dts:376.10-392.4: Warning (interrupt_provider): /soc/i2c@e60b0000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7792-blanche.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7790-stout.dts:344.10-362.4: Warning (interrupt_provider): /soc/i2c@e60b0000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7790-stout.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7791-koelsch.dts:816.10-830.4: Warning (interrupt_provider): /soc/i2c@e60b0000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7791-koelsch.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7791-porter.dts:410.10-420.4: Warning (interrupt_provider): /soc/i2c@e60b0000/pmic@5a: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7791-porter.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7794-alt.dts:450.10-464.4: Warning (interrupt_provider): /soc/i2c@e6510000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7794-alt.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7794-silk.dts:436.10-454.4: Warning (interrupt_provider): /soc/i2c@e6510000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7794-silk.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > > arch/arm/boot/dts/renesas/r8a7793-gose.dts:756.10-770.4: Warning (interrupt_provider): /soc/i2c@e60b0000/pmic@58: Missing '#interrupt-cells' in interrupt provider
> > > arch/arm/boot/dts/renesas/r8a7793-gose.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > >
> > > Introduced/exposed by commit
> > >
> > > 78b6f8e7379b ("dtc: Enable dtc interrupt_provider check")
> > >
> > > I guess you missed some :-(
> >
> > Also these from the arm64 defconfig build:
> >
> > arch/arm64/boot/dts/freescale/mba8xx.dtsi:233.20-249.4: Warning (interrupt_provider): /bus@5a000000/i2c@5a810000/gpio@70: Missing '#interrupt-cells' in interrupt provider
> > arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> > arch/arm64/boot/dts/freescale/mba8xx.dtsi:233.20-249.4: Warning (interrupt_provider): /bus@5a000000/i2c@5a810000/gpio@70: Missing '#interrupt-cells' in interrupt provider
> > arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
>
> Looks like a new platform in next.
>
> Alexander, Can you fix these?
Thanks for reminding me. This was already fixed on my queue.
Just send the patch, you are on CC as well.
Thanks and best regards,
Alexander
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
next prev parent reply other threads:[~2024-02-21 14:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 22:28 linux-next: build warning after merge of the arm-soc-fixes tree Stephen Rothwell
2024-02-21 5:30 ` Stephen Rothwell
2024-02-21 5:38 ` Stephen Rothwell
2024-02-21 13:58 ` Rob Herring
2024-02-21 14:42 ` Alexander Stein [this message]
2024-02-21 13:53 ` Rob Herring
2024-02-21 13:59 ` Arnd Bergmann
2024-02-21 14:27 ` Rob Herring
2024-02-21 14:51 ` Geert Uytterhoeven
2024-02-21 15:58 ` Arnd Bergmann
2024-02-21 16:36 ` Geert Uytterhoeven
2024-02-22 10:45 ` Geert Uytterhoeven
2024-02-21 14:01 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13457561.uLZWGnKmhe@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=olof@lixom.net \
--cc=robh@kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox