projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9c2c6
)
pmdomain: imx: scu-pd: Remove duplicated clocks
author
Alexander Stein <alexander.stein@ew.tq-group.com>
Wed, 17 Jul 2024 08:03:33 +0000
(10:03 +0200)
committer
Ulf Hansson <ulf.hansson@linaro.org>
Mon, 5 Aug 2024 10:44:36 +0000
(12:44 +0200)
These clocks are already added to the list. Remove the duplicates ones.
Fixes: a67d780720ff ("genpd: imx: scu-pd: add more PDs")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: stable@vger.kernel.org
Link:
https://lore.kernel.org/r/20240717080334.2210988-1-alexander.stein@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/scu-pd.c
patch
|
blob
|
history
diff --git
a/drivers/pmdomain/imx/scu-pd.c
b/drivers/pmdomain/imx/scu-pd.c
index 05841b0bf7f30db175a8fd723d89b1b2b0306afa..01d465d88f60dcbf3d20335d364077996f405b4a 100644
(file)
--- a/
drivers/pmdomain/imx/scu-pd.c
+++ b/
drivers/pmdomain/imx/scu-pd.c
@@
-223,11
+223,6
@@
static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
{ "lvds1-pwm", IMX_SC_R_LVDS_1_PWM_0, 1, false, 0 },
{ "lvds1-lpi2c", IMX_SC_R_LVDS_1_I2C_0, 2, true, 0 },
- { "mipi1", IMX_SC_R_MIPI_1, 1, 0 },
- { "mipi1-pwm0", IMX_SC_R_MIPI_1_PWM_0, 1, 0 },
- { "mipi1-i2c", IMX_SC_R_MIPI_1_I2C_0, 2, 1 },
- { "lvds1", IMX_SC_R_LVDS_1, 1, 0 },
-
/* DC SS */
{ "dc0", IMX_SC_R_DC_0, 1, false, 0 },
{ "dc0-pll", IMX_SC_R_DC_0_PLL_0, 2, true, 0 },