We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9cb6be + dba8eb8 commit 6f85602Copy full SHA for 6f85602
drivers/soc/mediatek/mtk-pm-domains.c
@@ -275,9 +275,9 @@ static int scpsys_power_off(struct generic_pm_domain *genpd)
275
clk_bulk_disable_unprepare(pd->num_subsys_clks, pd->subsys_clks);
276
277
/* subsys power off */
278
- regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT);
279
regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_ISO_BIT);
280
regmap_set_bits(scpsys->base, pd->data->ctl_offs, PWR_CLK_DIS_BIT);
+ regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_RST_B_BIT);
281
regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_2ND_BIT);
282
regmap_clear_bits(scpsys->base, pd->data->ctl_offs, PWR_ON_BIT);
283
0 commit comments