Skip to content

Commit

Permalink
firmware: imx: scu-pd: Add main power domain support for i.MX8qxp LVD…
Browse files Browse the repository at this point in the history
…S1 subsystem

This patch adds the main power domain support for i.MX8qxp LVDS1 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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Liu Ying authored and Shawn Guo committed Nov 30, 2020
1 parent 90ad8e0 commit f57afc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/imx/scu-pd.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {

/* LVDS SS */
{ "lvds0", IMX_SC_R_LVDS_0, 1, false, 0 },
{ "lvds1", IMX_SC_R_LVDS_1, 1, false, 0 },

/* DC SS */
{ "dc0", IMX_SC_R_DC_0, 1, false, 0 },
Expand Down

0 comments on commit f57afc6

Please sign in to comment.