From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Paul Elder <paul.elder+renesas@ideasonboard.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney+clk@redhat.com>,
Jerome Brunet <jbrunet+clk@baylibre.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Ulf Hansson <ulfh@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>,
linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-pm@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [PATCH v2 03/11] pmdomain: renesas: r8a78000: Add maps for VIO for SCP FW SDKv4.36
Date: Sat, 19 Sep 2026 20:40:45 +0300 [thread overview]
Message-ID: <20260919174045.GG1124359@killaraus.ideasonboard.com> (raw)
In-Reply-To: <20260919-epaul-v7-3-rc1-x5h-vsp-fcp-v2-3-dbe9236bfd22@ideasonboard.com>
On Sat, Sep 19, 2026 at 02:07:00AM +0900, Paul Elder wrote:
> Add maps for VIO for the VSP and FCP power domains and reset domains.
This also doesn't seem to be a candidate for upstream yet as it depends
on WIP patches for the MDLC driver.
> Signed-off-by: Paul Elder <paul.elder+renesas@ideasonboard.com>
>
> ---
> Changes in v2:
> - add VSPD and FCPVD
> ---
> drivers/pmdomain/renesas/r8a78000-mdlc.c | 54 ++++++++++++++++++++++++++++++--
> 1 file changed, 52 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/pmdomain/renesas/r8a78000-mdlc.c b/drivers/pmdomain/renesas/r8a78000-mdlc.c
> index a0d83f27735e7deacb060e4102e510726b34e62e..cabe6435ecd791e358fd6987ce9394898d8c87f8 100644
> --- a/drivers/pmdomain/renesas/r8a78000-mdlc.c
> +++ b/drivers/pmdomain/renesas/r8a78000-mdlc.c
> @@ -861,6 +861,56 @@ static const struct mdlc_info r8a78000_mdlc_fw_4_28_0[] = {
> { /* sentinel */ }
> };
>
> +static const struct power_map_in r8a78000_mdlc_vio_power_fw_4_31_0[] = {
> + { 0, 4 }, /* PD_VIO0 */
> + { 1, 5 }, /* PD_VIO1 */
> + { 2, 6 }, /* PD_VIO2 */
> + { 3, 7 }, /* PD_VIO3 */
> + { 7, 11 }, /* PD_VIO4 */
> + { -1 }
> +};
> +static const struct mod_map_in r8a78000_mdlc_vio_mod_fw_4_31_0[] = {
> + { 0x70, 26 }, /* VSPD0 */
> + { 0x71, 27 }, /* VSPD1 */
> + { 0x72, 28 }, /* VSPD2 */
> + { 0x73, 29 }, /* VSPD3 */
> + { 0x74, 30 }, /* VSPD4 */
> + { 0x75, 31 }, /* VSPDB0 */
> + { 0x76, 32 }, /* VSPDB1 */
> + { 0x77, 33 }, /* VSPDB2 */
> + { 0x78, 34 }, /* VSPDB3 */
> + { 0x79, 35 }, /* VSPDB4 */
> + { 0x7e, 40 }, /* FCPVD0 */
> + { 0x7f, 41 }, /* FCPVD1 */
> + { 0x80, 42 }, /* FCPVD2 */
> + { 0x81, 43 }, /* FCPVD3 */
> + { 0x82, 44 }, /* FCPVD4 */
> + { 0x83, 45 }, /* FCPVD5 */
> + { 0x84, 46 }, /* FCPVD6 */
> + { 0x85, 47 }, /* FCPVD7 */
> + { 0x86, 48 }, /* FCPVD8 */
> + { 0x87, 49 }, /* FCPVD9 */
> + { 0xf9, 163 }, /* VSPB0 */
> + { 0xfa, 164 }, /* VSPB1 */
> + { 0xfb, 165 }, /* VSPB2 */
> + { 0xfc, 166 }, /* VSPB3 */
> + { 0xfd, 167 }, /* VSPB4 */
> + { 0xfe, 168 }, /* VSPI0 */
> + { 0xff, 169 }, /* VSPI1 */
> + { 0x100, 170 }, /* VSPI2 */
> + { 0x101, 171 }, /* VSPI3 */
> + { 0x102, 172 }, /* FCPVB0 */
> + { 0x103, 173 }, /* FCPVB1 */
> + { 0x104, 174 }, /* FCPVB2 */
> + { 0x105, 175 }, /* FCPVB3 */
> + { 0x106, 176 }, /* FCPVB4 */
> + { 0x107, 177 }, /* FCPVI0 */
> + { 0x108, 178 }, /* FCPVI1 */
> + { 0x109, 179 }, /* FCPVI2 */
> + { 0x10a, 180 }, /* FCPVI3 */
> + { -1 }
> +};
> +
> static const struct mod_map_in r8a78000_mdlc_pere_mod_fw_4_31_0[] = {
> { 0x30, 193 }, /* PERE_GPIODM0 */
> // No CLOCK_ATTRIBUTES { 0x31, 194 }, /* PERE_GPIODM1 */
> @@ -997,8 +1047,8 @@ static const struct mdlc_info r8a78000_mdlc_fw_4_31_0[] = {
> /* FIXME .mod_map = r8a78000_mdlc_vips_mod_fw_4_31_0, */
> }, {
> .base = 0xc5000000 /* mdlc_vio */,
> - /* FIXME .power_map = r8a78000_mdlc_vio_power_fw_4_28_0, */
> - /* FIXME .mod_map = r8a78000_mdlc_vio_mod_fw_4_31_0, */
> + .power_map = r8a78000_mdlc_vio_power_fw_4_31_0,
> + .mod_map = r8a78000_mdlc_vio_mod_fw_4_31_0,
> }, {
> .base = 0xc08f0000 /* mdlc_pere */,
> .power_map = r8a78000_mdlc_pere_power_fw_4_28_0,
>
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2026-09-19 17:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-18 17:06 [PATCH DNI v2 00/11] media: rcar-fcp, vsp1: Enable on R-Car X5H Paul Elder
2026-09-18 17:06 ` [PATCH DNI v2 01/11] dt-bindings: clock: renesas,r8a78000-cpg: Add CPG_SGD4_VIO_DP_{TX,OTHER} Paul Elder
2026-09-18 17:06 ` [PATCH DNI v2 02/11] clk: renesas: r8a78000: Add clock for FCPV and VSP for SCP FW SDKv4.36 Paul Elder
2026-09-18 17:07 ` [PATCH v2 03/11] pmdomain: renesas: r8a78000: Add maps for VIO " Paul Elder
2026-09-19 17:40 ` Laurent Pinchart [this message]
2026-09-18 17:07 ` [PATCH v2 04/11] arm64: renesas: r8a78000: Add FCPV[BI] nodes Paul Elder
2026-09-18 17:07 ` [PATCH v2 05/11] arm64: renesas: r8a78000: Add VSP[BI] nodes Paul Elder
2026-09-18 17:07 ` [PATCH v2 06/11] arm64: renesas: r8a78000: Add FCPVD and VSPD nodes Paul Elder
2026-09-19 17:56 ` Laurent Pinchart
2026-09-18 17:07 ` [PATCH v2 07/11] media: vsp1: Support full VSPB on R-Car M3-W, M3-N and E3 Paul Elder
2026-09-18 17:07 ` [PATCH v2 08/11] media: vsp1: Document X5H SoC ID Paul Elder
2026-09-19 17:58 ` Laurent Pinchart
2026-09-18 17:07 ` [PATCH v2 09/11] media: vsp1: Add device info entries for VSPD on X5H Paul Elder
2026-09-19 18:11 ` Laurent Pinchart
2026-09-18 17:07 ` [PATCH v2 10/11] media: rcar-fcp: Handle resets Paul Elder
2026-09-19 18:15 ` Laurent Pinchart
2026-09-18 17:07 ` [PATCH DNI v2 11/11] media: rcar-fcp: Check device revision at probe time Paul Elder
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=20260919174045.GG1124359@killaraus.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=bmasney+clk@redhat.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=jbrunet+clk@baylibre.com \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mchehab@kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=paul.elder+renesas@ideasonboard.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=ulfh@kernel.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
all inboxes | Powered by JetHome®