summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorXu Yang <xu.yang_2@nxp.com>2026-07-31 16:11:20 +0800
committerVinod Koul <vkoul@kernel.org>2026-08-06 21:15:08 +0530
commit2602012b8c625e63493647356d7290ee7c8fef2b (patch)
treef25f5cf8367d5d33e1050a02aab510c9437ef480 /drivers
parent87a1805b1c346b092c34f96f3806f207792910e1 (diff)
downloadlinux-2602012b8c625e63493647356d7290ee7c8fef2b.tar.gz
linux-2602012b8c625e63493647356d7290ee7c8fef2b.zip
phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
Set PHY wakeup capable because this PHY supports remote wakeup function. Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Link: https://patch.msgid.link/20260731-imx8mp-usb-phy-improvement-v8-2-2ec8d6b3854d@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/phy/freescale/phy-fsl-imx8mq-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
index 9a33c06d6fc3..3a5788c609e1 100644
--- a/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
+++ b/drivers/phy/freescale/phy-fsl-imx8mq-usb.c
@@ -728,6 +728,7 @@ static int imx8mq_usb_phy_probe(struct platform_device *pdev)
"failed to get tca\n");
imx8m_get_phy_tuning_data(imx_phy);
+ device_set_wakeup_capable(dev, true);
phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate);