1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-29 05:39:21 +01:00
Files
u-boot-megous/drivers
Fabio Estevam 7e3d6ec9bf phy: phy-imx8mq-usb: Remove .exit operation
Currently, when running "ums 0 mmc 2" and breaking it via
CTRL + C, the following message is seen:

u-boot=> ums 0 mmc 1
UMS: LUN 0, dev mmc 1, hwpart 0, sector 0x0, count 0x1dacc00
CTRL+C - Operation aborted
clk usb_phy_root_clk already disabled

The USB PHY clock is disabled twice: first it gets disabled
inside imx8mq_usb_phy_power_off(), then it is disabled again
inside imx8mq_usb_phy_exit().

Let the USB PHY clock be disabled only once inside
imx8mq_usb_phy_power_off() by removing the .exit operation.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
2023-12-13 09:52:53 -03:00
..
2023-11-20 09:19:50 -05:00
2023-12-04 21:39:57 -05:00
2023-11-20 09:19:50 -05:00
2023-05-02 14:23:58 -04:00
2023-10-11 10:35:24 -04:00
2023-11-20 09:19:50 -05:00
2023-11-07 14:50:51 -05:00
2023-11-02 17:45:53 +08:00
2023-11-20 09:19:50 -05:00
2023-12-04 21:39:57 -05:00
2023-12-04 21:39:57 -05:00
2023-11-20 09:19:50 -05:00