commit | 0e6e54243398d07892fdb3cf148380ef58e50bda | [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 | f46301290121c74dabc3fa7a4711a6f860248178 [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>