commit | bb6ea0fe9290b4d64df8e716b58515b5325c2ea5 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri Apr 28 11:50:30 2023 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 02 10:57:32 2023 +0200 |
tree | 31d23e8c39e139c12e2c60271f75c8a0075252bc | |
parent | 61712787651bab960f43981de5cc05e07288e6b0 [diff] |
usb: ehci-mx6: move phy setup before register access 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 <tharvey@gateworks.com> Tested-by: Fabio Estevam <festevam@denx.de>