All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liu Ying <victor.liu@nxp.com>
To: linux-arm-kernel@lists.infradead.org
Cc: festevam@gmail.com, s.hauer@pengutronix.de, shawnguo@kernel.org,
	linux-imx@nxp.com, kernel@pengutronix.de
Subject: [PATCH 3/3] firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem
Date: Wed, 18 Nov 2020 15:31:23 +0800	[thread overview]
Message-ID: <1605684683-7631-4-git-send-email-victor.liu@nxp.com> (raw)
In-Reply-To: <1605684683-7631-1-git-send-email-victor.liu@nxp.com>

This patch adds the main power domain, pwm0 power domain and i2c0/1
power domains support for i.MX8qxp MIPI1 subsystem.

Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
---
 drivers/firmware/imx/scu-pd.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
index 5f9c421..08533ee 100644
--- a/drivers/firmware/imx/scu-pd.c
+++ b/drivers/firmware/imx/scu-pd.c
@@ -160,6 +160,10 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
 	{ "mipi0-pwm0", IMX_SC_R_MIPI_0_PWM_0, 1, false, 0 },
 	{ "mipi0-i2c", IMX_SC_R_MIPI_0_I2C_0, 2, true, 0 },
 
+	{ "mipi1", IMX_SC_R_MIPI_1, 1, false, 0 },
+	{ "mipi1-pwm0", IMX_SC_R_MIPI_1_PWM_0, 1, false, 0 },
+	{ "mipi1-i2c", IMX_SC_R_MIPI_1_I2C_0, 2, true, 0 },
+
 	/* LVDS SS */
 	{ "lvds0", IMX_SC_R_LVDS_0, 1, false, 0 },
 	{ "lvds1", IMX_SC_R_LVDS_1, 1, false, 0 },
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-11-18  7:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18  7:31 [PATCH 0/3] firmware: imx: scu-pd: Add some power domains support for i.MX8qxp DC0/LVDS1/MIPI1 subsystems Liu Ying
2020-11-18  7:31 ` [PATCH 1/3] firmware: imx: scu-pd: Add video0/1 power domains support for i.MX8qxp DC0 subsystem Liu Ying
2020-11-18  7:31 ` [PATCH 2/3] firmware: imx: scu-pd: Add main power domain support for i.MX8qxp LVDS1 subsystem Liu Ying
2020-11-18  7:31 ` Liu Ying [this message]
2020-11-30  9:47 ` [PATCH 0/3] firmware: imx: scu-pd: Add some power domains support for i.MX8qxp DC0/LVDS1/MIPI1 subsystems Shawn Guo

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=1605684683-7631-4-git-send-email-victor.liu@nxp.com \
    --to=victor.liu@nxp.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.