From: Marek Vasut <marek.vasut@mailbox.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-arm-kernel@lists.infradead.org,
Nguyen Tran <nguyen.tran.pz@bp.renesas.com>,
Conor Dooley <conor+dt@kernel.org>,
David Airlie <airlied@gmail.com>,
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Magnus Damm <magnus.damm@gmail.com>,
Maxime Ripard <mripard@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Rob Herring <robh@kernel.org>, Simona Vetter <simona@ffwll.ch>,
Stephen Boyd <sboyd@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-renesas-soc@vger.kernel.org,
Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: Re: [PATCH 6/7] arm64: dts: renesas: r8a779md: Add Renesas R-Car R8A779MD M3Le DTs
Date: Sun, 3 May 2026 02:11:29 +0200 [thread overview]
Message-ID: <7e4283f1-c179-45e4-a8ee-5026e467fd21@mailbox.org> (raw)
In-Reply-To: <CAMuHMdV5NRFjGmLLSAFkst=y_v=haZ9_-oiZ7_3M2J1s5jiJSQ@mail.gmail.com>
On 4/29/26 2:16 PM, Geert Uytterhoeven wrote:
Hello Geert,
[...]
>> +/delete-node/ &pciec1;
>> +/delete-node/ &sata;
>> +/delete-node/ &sdhi3;
>
> I am not sure disabling sdhi3 is correct.
> The R-Car M3Le documentation says:
>
> "M3Le does not support MMC1.
> M3Le supports one MMC channel (MMC0) only.
> SD3 is used only for SDHI and is not used for MMC.
> M3Le does not support MMC HS400 class transfer rate."
>
> The main R-Car Gen3 documentation says:
>
> "This LSI has four SD card interfaces (SDHI0 to SDHI3), two of
> which can also be used as MMC interfaces (SDHI2 and SDHI3)."
>
> So while MMC1 is indeed sdhi3, sdhi3 can still be used in SD mode?
> Do we need a new compatible value, as R-Car M3Le does not support HS400?
I think we do need new compatible string, yes, I'll include that in V2.
We can inhibit MMC support in sdhi3 with 'no-mmc' DT property, which I
will also include in V2.
[...]
>> +/delete-node/ &vin7csi20;
>> +/delete-node/ &xhci0;
>
> Shouldn't the following be disabled, too?
> - ohci1, ehci1, and usb2_phy1,
Yes, they should.
> - cmm1 and vspd1 (cfr. DU below).
Please see my response to Laurent in here in
[PATCH 6/7] arm64: dts: renesas: r8a779md: Add Renesas R-Car R8A779MD
M3Le DTs
as well as my response to
[PATCH 1/7] dt-bindings: display: renesas,du: Document Renesas R-Car
R8A779MD M3Le
The CMM1 and VSP1 are actually present, so I think the DT should
describe them, even if they are not used. If only to allow the
driver(s)to bind to those IPs and bring them to low power state.
>> +
>> +&du {
>> + compatible = "renesas,du-r8a779md";
>
> Assuming the DU needs a new compatible value...
>
>> + renesas,cmms = <&cmm0>, <&cmm3>;
>> + renesas,vsps = <&vspd0 0>, <&vspd1 0>;
>
> Shouldn't this be
>
> renesas,vsps = <&vspd0 0>, <&vspd0 1>;
>
> ? DU1 is unused, but DU3 is used.
It should, and will be fixed in V2, thanks !
[...]
next prev parent reply other threads:[~2026-05-03 0:11 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-19 19:35 [PATCH 0/7] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD SoC and Geist board Marek Vasut
2026-04-19 19:35 ` [PATCH 1/7] dt-bindings: display: renesas,du: Document Renesas R-Car R8A779MD M3Le Marek Vasut
2026-04-20 16:17 ` Conor Dooley
2026-04-29 9:57 ` Geert Uytterhoeven
2026-05-02 21:17 ` Marek Vasut
2026-04-19 19:35 ` [PATCH 2/7] drm/rcar-du: Add support for " Marek Vasut
2026-04-29 10:10 ` Geert Uytterhoeven
2026-05-02 21:25 ` Marek Vasut
2026-04-19 19:35 ` [PATCH 3/7] dt-bindings: clock: cs2000-cp: document CS2500 Marek Vasut
2026-04-20 16:13 ` Conor Dooley
2026-04-20 18:38 ` Stephen Boyd
2026-04-29 11:32 ` Geert Uytterhoeven
2026-05-02 19:23 ` Marek Vasut
2026-04-19 19:35 ` [PATCH 4/7] dt-bindings: soc: renesas: Document Renesas R-Car R8A779MD Geist Marek Vasut
2026-04-20 16:14 ` Conor Dooley
2026-04-29 11:44 ` Geert Uytterhoeven
2026-04-19 19:35 ` [PATCH 5/7] soc: renesas: Identify Renesas R-Car R8A779MD M3Le SoC Marek Vasut
2026-04-29 11:46 ` Geert Uytterhoeven
2026-04-19 19:35 ` [PATCH 6/7] arm64: dts: renesas: r8a779md: Add Renesas R-Car R8A779MD M3Le DTs Marek Vasut
2026-04-29 12:16 ` Geert Uytterhoeven
2026-05-03 0:11 ` Marek Vasut [this message]
2026-04-29 22:11 ` Laurent Pinchart
2026-05-02 23:39 ` Marek Vasut
2026-04-19 19:35 ` [PATCH 7/7] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD Geist Marek Vasut
2026-04-29 13:59 ` Geert Uytterhoeven
2026-05-03 1:25 ` Marek Vasut
2026-05-04 9:24 ` Geert Uytterhoeven
2026-05-04 22:53 ` Marek Vasut
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=7e4283f1-c179-45e4-a8ee-5026e467fd21@mailbox.org \
--to=marek.vasut@mailbox.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert@linux-m68k.org \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=krzk+dt@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mripard@kernel.org \
--cc=mturquette@baylibre.com \
--cc=nguyen.tran.pz@bp.renesas.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=simona@ffwll.ch \
--cc=tomi.valkeinen+renesas@ideasonboard.com \
--cc=tzimmermann@suse.de \
--cc=wsa+renesas@sang-engineering.com \
/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