From: Frieder Schrempf <frieder.schrempf@kontron.de>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de
Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
p.zabel@pengutronix.de, l.stach@pengutronix.de, krzk@kernel.org,
agx@sigxcpu.org, marex@denx.de, andrew.smirnov@gmail.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, ping.bai@nxp.com,
aford173@gmail.com, abel.vesa@nxp.com,
Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH V4 1/4] dt-bindings: power: Add defines for i.MX8MM BLK-CTL power domains
Date: Mon, 10 May 2021 09:14:31 +0200 [thread overview]
Message-ID: <b8fa08a8-1a07-6f19-e794-73f3870dba2c@kontron.de> (raw)
In-Reply-To: <20210510040704.14997-2-peng.fan@oss.nxp.com>
On 10.05.21 06:07, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Adding the defines for i.MX8MM BLK-CTL power domains.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
> ---
> include/dt-bindings/power/imx8mm-power.h | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h
> index fc9c2e16aadc..a10266befa9c 100644
> --- a/include/dt-bindings/power/imx8mm-power.h
> +++ b/include/dt-bindings/power/imx8mm-power.h
> @@ -19,4 +19,15 @@
> #define IMX8MM_POWER_DOMAIN_DISPMIX 10
> #define IMX8MM_POWER_DOMAIN_MIPI 11
>
> +#define IMX8MM_BLK_CTL_PD_VPU_G2 0
> +#define IMX8MM_BLK_CTL_PD_VPU_G1 1
> +#define IMX8MM_BLK_CTL_PD_VPU_H1 2
> +#define IMX8MM_BLK_CTL_PD_VPU_MAX 3
> +
> +#define IMX8MM_BLK_CTL_PD_DISPMIX_CSI_BRIDGE 0
> +#define IMX8MM_BLK_CTL_PD_DISPMIX_LCDIF 1
> +#define IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_DSI 2
> +#define IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_CSI 3
> +#define IMX8MM_BLK_CTL_PD_DISPMIX_MAX 4
> +
> #endif
>
next prev parent reply other threads:[~2021-05-10 7:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-10 4:07 [PATCH V4 0/4] soc: imx: add i.MX BLK-CTL support Peng Fan (OSS)
2021-05-10 4:07 ` [PATCH V4 1/4] dt-bindings: power: Add defines for i.MX8MM BLK-CTL power domains Peng Fan (OSS)
2021-05-10 7:14 ` Frieder Schrempf [this message]
2021-05-10 16:19 ` Rob Herring
2021-05-10 4:07 ` [PATCH V4 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL Peng Fan (OSS)
2021-05-10 4:07 ` [PATCH V4 3/4] soc: imx: Add generic blk-ctl driver Peng Fan (OSS)
2021-05-17 7:25 ` Frieder Schrempf
2021-05-10 4:07 ` [PATCH V4 4/4] soc: imx: Add blk-ctl driver for i.MX8MM Peng Fan (OSS)
2021-05-10 9:48 ` Abel Vesa
2021-05-11 1:14 ` Peng Fan
2021-05-17 7:28 ` [PATCH V4 0/4] soc: imx: add i.MX BLK-CTL support Frieder Schrempf
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=b8fa08a8-1a07-6f19-e794-73f3870dba2c@kontron.de \
--to=frieder.schrempf@kontron.de \
--cc=abel.vesa@nxp.com \
--cc=aford173@gmail.com \
--cc=agx@sigxcpu.org \
--cc=andrew.smirnov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzk@kernel.org \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marex@denx.de \
--cc=p.zabel@pengutronix.de \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=ping.bai@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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;
as well as URLs for NNTP newsgroup(s).