Skip to content

Commit 50359c9

Browse files
tq-steinastorulf
authored andcommitted
pmdomain: imx: scu-pd: Remove duplicated clocks
These clocks are already added to the list. Remove the duplicates ones. Fixes: a67d780 ("genpd: imx: scu-pd: add more PDs") Signed-off-by: Alexander Stein <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent de9c2c6 commit 50359c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/pmdomain/imx/scu-pd.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
223223
{ "lvds1-pwm", IMX_SC_R_LVDS_1_PWM_0, 1, false, 0 },
224224
{ "lvds1-lpi2c", IMX_SC_R_LVDS_1_I2C_0, 2, true, 0 },
225225

226-
{ "mipi1", IMX_SC_R_MIPI_1, 1, 0 },
227-
{ "mipi1-pwm0", IMX_SC_R_MIPI_1_PWM_0, 1, 0 },
228-
{ "mipi1-i2c", IMX_SC_R_MIPI_1_I2C_0, 2, 1 },
229-
{ "lvds1", IMX_SC_R_LVDS_1, 1, 0 },
230-
231226
/* DC SS */
232227
{ "dc0", IMX_SC_R_DC_0, 1, false, 0 },
233228
{ "dc0-pll", IMX_SC_R_DC_0_PLL_0, 2, true, 0 },

0 commit comments

Comments
 (0)