summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-10-19 09:36:09 -0300
committerFabio Estevam <festevam@gmail.com>2023-12-13 09:52:53 -0300
commit7e3d6ec9bfc56dd779d4c618915bac708b7dccb6 (patch)
tree0d0a9889abba0ce702b4ee42de1fbb5c79d11f5b /arch/arm
parentf3197668919b2830825b4fd32a7208b704fef829 (diff)
downloadu-boot-7e3d6ec9bfc56dd779d4c618915bac708b7dccb6.tar.gz
u-boot-7e3d6ec9bfc56dd779d4c618915bac708b7dccb6.tar.bz2
u-boot-7e3d6ec9bfc56dd779d4c618915bac708b7dccb6.zip
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>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions