From: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
tomm.merciai@gmail.com, peda@axentia.se, p.zabel@pengutronix.de,
linux-renesas-soc@vger.kernel.org, biju.das.jz@bp.renesas.com,
Magnus Damm <magnus.damm@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] arm64: dts: renesas: Add missing #mux-state-cells to usb2phy-reset nodes
Date: Mon, 27 Apr 2026 13:02:04 +0200 [thread overview]
Message-ID: <ae9CLFGaPPC17n-M@tom-desktop> (raw)
In-Reply-To: <CAPDyKFpdafESpDDN_EaEQJ-5Kb+rxgzD9FYYCv8-+X4EJDd0=g@mail.gmail.com>
Hi Ulf,
Thanks for your comment.
On Fri, Apr 10, 2026 at 03:42:40PM +0200, Ulf Hansson wrote:
> On Wed, 8 Apr 2026 at 15:38, Tommaso Merciai
> <tommaso.merciai.xr@bp.renesas.com> wrote:
> >
> > Hi Geert,
> > Thanks for your comments.
> >
> > On Wed, Apr 08, 2026 at 03:07:44PM +0200, Geert Uytterhoeven wrote:
> > > Hi Tommaso,
> > >
> > > On Tue, 7 Apr 2026 at 17:35, Tommaso Merciai
> > > <tommaso.merciai.xr@bp.renesas.com> wrote:
> > > > The renesas,rzv2h-usb2phy-reset binding schema defines #mux-state-cells as a
> > > > required property. Add it to the USB2 PHY reset nodes in the RZ/V2H and RZ/V2N
> > > > device trees to fix dtbs_check warnings.
> > > >
> > > > "arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dtb: usb20phy-reset@15830000 (renesas,r9a09g056-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk-cn15-emmc.dtb: usb20phy-reset@15830000 (renesas,r9a09g056-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk-cn15-sd.dtb: usb20phy-reset@15830000 (renesas,r9a09g056-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dtb: usb20phy-reset@15830000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dtb: usb21phy-reset@15840000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk-cn15-emmc.dtb: usb20phy-reset@15830000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk-cn15-emmc.dtb: usb21phy-reset@15840000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk-cn15-sd.dtb: usb20phy-reset@15830000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > > "arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk-cn15-sd.dtb: usb21phy-reset@15840000 (renesas,r9a09g057-usb2phy-reset): '#mux-state-cells' is a required property"
> > > >
> > > > Kind Regards,
> > > > Tommaso
> > > >
> > > > Tommaso Merciai (2):
> > > > arm64: dts: renesas: r9a09g057: Add #mux-state-cells to
> > > > usb2{0,1}phyrst
> > > > arm64: dts: renesas: r9a09g056: Add #mux-state-cells to usb20phyrst
> > >
> > > Does this series supersedes "[PATCH v5 16/22] arm64: dts: renesas:
> > > r9a09g056: Add USB2.0 VBUS_SEL mux-controller support"[1] and "[PATCH
> > > v5 17/22] arm64: dts: renesas: r9a09g056: Add USB2.0 PHY VBUS internal
> > > regulator node"[2]?
> >
> > Yes, thanks.
> >
> > From v5 only [0] missing.
> > But I think Ulf is planning to pick [0].
>
> I didn't get confirmation from Peter, so I decided to wait.
>
> If there is an rc8 on Monday I can pick it up for v7.1, otherwise
> please re-submit when v7.1-rc1 is out.
Just FYI, I will rebase and re-submit [0].
>
> >
> > I will rebase/send RZ/G3E USB2.0 dt patches later.
> >
> > [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/cda933586ef7ca119dbbcef45a921c29dd517698.1775047175.git.tommaso.merciai.xr@bp.renesas.com/
Kind Regards,
Tommaso
> >
> >
> > Kind Regards,
> > Tommaso
>
> Kind regards
> Uffe
prev parent reply other threads:[~2026-04-27 11:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 15:34 [PATCH 0/2] arm64: dts: renesas: Add missing #mux-state-cells to usb2phy-reset nodes Tommaso Merciai
2026-04-07 15:34 ` [PATCH 1/2] arm64: dts: renesas: r9a09g057: Add #mux-state-cells to usb2{0,1}phyrst Tommaso Merciai
2026-04-22 11:03 ` Geert Uytterhoeven
2026-04-07 15:34 ` [PATCH 2/2] arm64: dts: renesas: r9a09g056: Add #mux-state-cells to usb20phyrst Tommaso Merciai
2026-04-22 11:05 ` Geert Uytterhoeven
2026-04-08 13:07 ` [PATCH 0/2] arm64: dts: renesas: Add missing #mux-state-cells to usb2phy-reset nodes Geert Uytterhoeven
2026-04-08 13:38 ` Tommaso Merciai
2026-04-10 13:42 ` Ulf Hansson
2026-04-27 11:02 ` Tommaso Merciai [this message]
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=ae9CLFGaPPC17n-M@tom-desktop \
--to=tommaso.merciai.xr@bp.renesas.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=peda@axentia.se \
--cc=robh@kernel.org \
--cc=tomm.merciai@gmail.com \
--cc=ulf.hansson@linaro.org \
/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