usb: dwc3: imx8mp: Set out of band wakeup for i.MX95
authorPeng Fan <peng.fan@nxp.com>
Mon, 22 Sep 2025 02:21:10 +0000 (10:21 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 19 Nov 2025 17:06:49 +0000 (18:06 +0100)
commit198576665b3c2762174969a739ef98807a21a935
tree8a0ed4c1f4f78e68d2fca8c5b811b46d94f608e0
parent854825367a1d28b3b6c757134460d0fe29a0b4a6
usb: dwc3: imx8mp: Set out of band wakeup for i.MX95

i.MX95 DWC3 inside HSIOMIX could still wakeup Linux, even if HSIOMIX
power domain(Digital logic) is off. There is still always on logic
have the wakeup capability which is out band wakeup capbility.

So use device_set_out_band_wakeup for i.MX95 to make sure DWC3 could
wakeup system even if HSIOMIX power domain is in off state.

Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Tested-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/usb/dwc3/dwc3-imx8mp.c