[PATCH 2/2] pmdomain: imx: gpcv2: keep usb phy power domain on for wakeup
Xu Yang
xu.yang_2 at nxp.com
Sun Feb 1 23:47:30 PST 2026
USB remote wakeup need its PHY on, so add USB PHY power domain
on active flag.
Reviewed-by: Peng Fan <peng.fan at nxp.com>
Signed-off-by: Li Jun <jun.li at nxp.com>
Signed-off-by: Xu Yang <xu.yang_2 at nxp.com>
---
drivers/pmdomain/imx/gpcv2.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/pmdomain/imx/gpcv2.c b/drivers/pmdomain/imx/gpcv2.c
index a829f8da5be7..5c66ee0a3731 100644
--- a/drivers/pmdomain/imx/gpcv2.c
+++ b/drivers/pmdomain/imx/gpcv2.c
@@ -953,6 +953,7 @@ static const struct imx_pgc_domain imx8mp_pgc_domains[] = {
[IMX8MP_POWER_DOMAIN_USB1_PHY] = {
.genpd = {
.name = "usb-otg1",
+ .flags = GENPD_FLAG_ACTIVE_WAKEUP,
},
.bits = {
.pxx = IMX8MP_USB1_PHY_Pxx_REQ,
@@ -964,6 +965,7 @@ static const struct imx_pgc_domain imx8mp_pgc_domains[] = {
[IMX8MP_POWER_DOMAIN_USB2_PHY] = {
.genpd = {
.name = "usb-otg2",
+ .flags = GENPD_FLAG_ACTIVE_WAKEUP,
},
.bits = {
.pxx = IMX8MP_USB2_PHY_Pxx_REQ,
--
2.34.1
More information about the linux-arm-kernel
mailing list