Skip to content

Commit ef17b51

Browse files
Xianwei Zhaostorulf
Xianwei Zhao
authored andcommitted
pmdomain: amlogic: fix T7 ISP secpower
ISP and MIPI_ISP, these two have a parent-child relationship, ISP depends on MIPI_ISP. Fixes: ca75e4b ("pmdomain: amlogic: Add support for T7 power domains controller") Signed-off-by: Xianwei Zhao <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent d082ecb commit ef17b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pmdomain/amlogic/meson-secure-pwrc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static const struct meson_secure_pwrc_domain_desc t7_pwrc_domains[] = {
221221
SEC_PD(T7_VI_CLK2, 0),
222222
/* ETH is for ethernet online wakeup, and should be always on */
223223
SEC_PD(T7_ETH, GENPD_FLAG_ALWAYS_ON),
224-
SEC_PD(T7_ISP, 0),
224+
TOP_PD(T7_ISP, 0, PWRC_T7_MIPI_ISP_ID),
225225
SEC_PD(T7_MIPI_ISP, 0),
226226
TOP_PD(T7_GDC, 0, PWRC_T7_NIC3_ID),
227227
TOP_PD(T7_DEWARP, 0, PWRC_T7_NIC3_ID),

0 commit comments

Comments
 (0)