[PATCH] usb: ehci-mx6: move phy setup before register access

2023-05-02 Thread sbabic
> For the CONFIG_PHY case, move the PHY setup before the register access. > This avoids a hang when updating the imx8mm.dtsi which moves the > USB OTG power-domains to the PHY. > Signed-off-by: Tim Harvey > Tested-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Ba

[PATCH] usb: ehci-mx6: move phy setup before register access

2023-04-28 Thread Tim Harvey
For the CONFIG_PHY case, move the PHY setup before the register access. This avoids a hang when updating the imx8mm.dtsi which moves the USB OTG power-domains to the PHY. Signed-off-by: Tim Harvey Tested-by: Fabio Estevam --- drivers/usb/host/ehci-mx6.c | 10 -- 1 file changed, 4 inser