]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
authorXu Yang <xu.yang_2@nxp.com>
Tue, 20 Jan 2026 11:17:12 +0000 (19:17 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 21 Jan 2026 07:14:55 +0000 (12:44 +0530)
Disabling PHYs in runtime usually causes the client with external abort
exception or similar issue due to lack of API to notify clients about PHY
removal. This patch removes the possibility to unbind i.MX PHY drivers in
runtime.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260120111712.3159782-1-xu.yang_2@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-imx8mq-usb.c

index 64efa49945e334bc2ebb8d248d93c6c3713a3f22..7b7b486a2078a1e5e5f6f60e5a7b4182d4b12341 100644 (file)
@@ -750,6 +750,7 @@ static struct platform_driver imx8mq_usb_phy_driver = {
        .driver = {
                .name   = "imx8mq-usb-phy",
                .of_match_table = imx8mq_usb_phy_of_match,
+               .suppress_bind_attrs = true,
        }
 };
 module_platform_driver(imx8mq_usb_phy_driver);